#FBB6CC

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

Shades of Cupid #FBB6CC

Tints of Cupid #FBB6CC

Color information

#FBB6CC (or 0xFBB6CC) is unknown color: approx Cupid. HEX triplet: FB, B6 and CC. RGB value is (251,182,204). Sum of RGB (Red+Green+Blue) = 251+182+204=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6CC is #044933. Grayscale: #CDCDCD. Windows color (decimal): -280884 or 13416187. OLE color: 13416187.

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

Color convert

RGB251182204-
CMYK00.270.190.02
HSL340.87º89.61%84.9%-
HSV(B)340.87º27.49%98.43%-
XYZ67.4158.3264.83-
YUV205.14127.36160.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 182 (71.48% from 255) = 28.57%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=39.40%
G=28.57%
B=32.03%

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
Decimal25118220400.270.190.02340.8789.6184.9
HexFBB6CC01B1321555a55
Octal373266314033232525132125
Binary111110111011011011001100011011100111010101010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6CC; }

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

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

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

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

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

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

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

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