#FBB8CC

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

Shades of Cupid #FBB8CC

Tints of Cupid #FBB8CC

Color information

#FBB8CC (or 0xFBB8CC) is unknown color: approx Cupid. HEX triplet: FB, B8 and CC. RGB value is (251,184,204). Sum of RGB (Red+Green+Blue) = 251+184+204=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8CC is #044733. Grayscale: #CECECE. Windows color (decimal): -280372 or 13416699. OLE color: 13416699.

HSL color Cylindrical-coordinate representation of color #FBB8CC: hue angle of 342.09º 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 #FBB8CC is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251184204-
CMYK00.270.190.02
HSL342.09º89.33%85.29%-
HSV(B)342.09º26.69%98.43%-
XYZ67.8259.1564.97-
YUV206.31126.7159.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 184 (72.27% from 255) = 28.79%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=39.28%
G=28.79%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118420400.270.190.02342.0989.3385.29
HexFBB8CC01B1321565955
Octal373270314033232526131125
Binary111110111011100011001100011011100111010101011010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8CC; }

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

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

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

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

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

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

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

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