#FB6C8B

Color #FB6C8B Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FB6C8B

Tints of Brink Pink #FB6C8B

Color information

#FB6C8B (or 0xFB6C8B) is unknown color: approx Brink Pink. HEX triplet: FB, 6C and 8B. RGB value is (251,108,139). Sum of RGB (Red+Green+Blue) = 251+108+139=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6C8B is #049374. Grayscale: #9A9A9A. Windows color (decimal): -299893 or 9137403. OLE color: 9137403.

HSL color Cylindrical-coordinate representation of color #FB6C8B: hue angle of 346.99º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6C8B is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251108139-
CMYK00.570.450.02
HSL346.99º94.7%70.39%-
HSV(B)346.99º56.97%98.43%-
XYZ49.8133.128.19-
YUV154.29119.38196.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 50.40%
GREEN value IS 108 (42.58% from 255) = 21.69%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=50.40%
G=21.69%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110813900.570.450.02346.9994.770.39
HexFB6C8B0392D215b5f46
Octal373154213071552533137106
Binary1111101111011001000101101110011011011010101101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6C8B; }

 p { color: rgb(251,108,139); }

 H1.HeaderClassName
 {
   color: #FB6C8B;
 }
 .AnyTagClassName
 {
   color: #FB6C8B;
 }
</style>
background-color css

<style>
 a { background-color: #FB6C8B; }

 a { background-color: rgb(251,108,139); }

 div.DivClassName
 {
   background-color: #FB6C8B;
 }
 .BgClassName
 {
   background-color: #FB6C8B;
 }
</style>
border-color css

<style>
 span { border-color: #FB6C8B; }

 span { border-color: rgb(251,108,139); }

 td.TdClassName
 {
   border-color: #FB6C8B;
 }
 .TagClassName
 {
   border-color: #FB6C8B;
 }
</style>