#F9BBD7

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

Shades of Cotton Candy #F9BBD7

Tints of Cotton Candy #F9BBD7

Color information

#F9BBD7 (or 0xF9BBD7) is unknown color: approx Cotton Candy. HEX triplet: F9, BB and D7. RGB value is (249,187,215). Sum of RGB (Red+Green+Blue) = 249+187+215=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBD7 is #064428. Grayscale: #D0D0D0. Windows color (decimal): -410665 or 14138361. OLE color: 14138361.

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

Color convert

RGB249187215-
CMYK00.250.140.02
HSL332.9º83.78%85.49%-
HSV(B)332.9º24.9%97.65%-
XYZ69.160.5972.34-
YUV208.73131.54156.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.25%
GREEN value IS 187 (73.44% from 255) = 28.73%
BLUE value IS 215 (84.38% from 255) = 33.03%
R=38.25%
G=28.73%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918721500.250.140.02332.983.7885.49
HexF9BBD7019E214d5455
Octal371273327031162515124125
Binary11111001101110111101011101100111101010100110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBD7; }

 p { color: rgb(249,187,215); }

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

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

 a { background-color: rgb(249,187,215); }

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

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

 span { border-color: rgb(249,187,215); }

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