#FBB9D4

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

Shades of Cotton Candy #FBB9D4

Tints of Cotton Candy #FBB9D4

Color information

#FBB9D4 (or 0xFBB9D4) is unknown color: approx Cotton Candy. HEX triplet: FB, B9 and D4. RGB value is (251,185,212). Sum of RGB (Red+Green+Blue) = 251+185+212=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 185 (72.66% from 255 or 28.55% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9D4 is #04462B. Grayscale: #CFCFCF. Windows color (decimal): -280108 or 13941243. OLE color: 13941243.

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

Color convert

RGB251185212-
CMYK00.260.160.02
HSL335.45º89.19%85.49%-
HSV(B)335.45º26.29%98.43%-
XYZ69.0259.9670.22-
YUV207.81130.37158.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 185 (72.66% from 255) = 28.55%
BLUE value IS 212 (83.20% from 255) = 32.72%
R=38.73%
G=28.55%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118521200.260.160.02335.4589.1985.49
HexFBB9D401A10214f5955
Octal373271324032202517131125
Binary111110111011100111010100011010100001010100111110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9D4; }

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

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

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

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

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

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

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

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