#FBB9CE

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

Shades of Cotton Candy #FBB9CE

Tints of Cotton Candy #FBB9CE

Color information

#FBB9CE (or 0xFBB9CE) is unknown color: approx Cotton Candy. HEX triplet: FB, B9 and CE. RGB value is (251,185,206). Sum of RGB (Red+Green+Blue) = 251+185+206=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9CE is #044631. Grayscale: #CFCFCF. Windows color (decimal): -280114 or 13548027. OLE color: 13548027.

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

Color convert

RGB251185206-
CMYK00.260.180.02
HSL340.91º89.19%85.49%-
HSV(B)340.91º26.29%98.43%-
XYZ68.2759.6666.31-
YUV207.13127.37159.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 185 (72.66% from 255) = 28.82%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=39.10%
G=28.82%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118520600.260.180.02340.9189.1985.49
HexFBB9CE01A1221555955
Octal373271316032222525131125
Binary111110111011100111001110011010100101010101010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9CE; }

 p { color: rgb(251,185,206); }

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

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

 a { background-color: rgb(251,185,206); }

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

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

 span { border-color: rgb(251,185,206); }

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