#F9BBDE

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

Shades of Cotton Candy #F9BBDE

Tints of Cotton Candy #F9BBDE

Color information

#F9BBDE (or 0xF9BBDE) is unknown color: approx Cotton Candy. HEX triplet: F9, BB and DE. RGB value is (249,187,222). Sum of RGB (Red+Green+Blue) = 249+187+222=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBDE is #064421. Grayscale: #D1D1D1. Windows color (decimal): -410658 or 14597113. OLE color: 14597113.

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

Color convert

RGB249187222-
CMYK00.250.110.02
HSL326.13º83.78%85.49%-
HSV(B)326.13º24.9%97.65%-
XYZ70.0260.9577.18-
YUV209.53135.04156.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.84%
GREEN value IS 187 (73.44% from 255) = 28.42%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=37.84%
G=28.42%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918722200.250.110.02326.1383.7885.49
HexF9BBDE019B21465455
Octal371273336031132506124125
Binary11111001101110111101111001100110111010100011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBDE; }

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

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

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

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

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

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

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

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