#FBB8C6

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

Shades of Light Pink #FBB8C6

Tints of Light Pink #FBB8C6

Color information

#FBB8C6 (or 0xFBB8C6) is unknown color: approx Light Pink. HEX triplet: FB, B8 and C6. RGB value is (251,184,198). Sum of RGB (Red+Green+Blue) = 251+184+198=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8C6 is #044739. Grayscale: #CDCDCD. Windows color (decimal): -280378 or 13023483. OLE color: 13023483.

HSL color Cylindrical-coordinate representation of color #FBB8C6: hue angle of 347.46º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8C6 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB251184198-
CMYK00.270.210.02
HSL347.46º89.33%85.29%-
HSV(B)347.46º26.69%98.43%-
XYZ67.1258.8761.25-
YUV205.63123.7160.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 184 (72.27% from 255) = 29.07%
BLUE value IS 198 (77.73% from 255) = 31.28%
R=39.65%
G=29.07%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118419800.270.210.02347.4689.3385.29
HexFBB8C601B15215b5955
Octal373270306033252533131125
Binary111110111011100011000110011011101011010101101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8C6; }

 p { color: rgb(251,184,198); }

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

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

 a { background-color: rgb(251,184,198); }

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

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

 span { border-color: rgb(251,184,198); }

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