#F9B9DE

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

Shades of Cotton Candy #F9B9DE

Tints of Cotton Candy #F9B9DE

Color information

#F9B9DE (or 0xF9B9DE) is unknown color: approx Cotton Candy. HEX triplet: F9, B9 and DE. RGB value is (249,185,222). Sum of RGB (Red+Green+Blue) = 249+185+222=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B9DE is #064621. Grayscale: #D0D0D0. Windows color (decimal): -411170 or 14596601. OLE color: 14596601.

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

Color convert

RGB249185222-
CMYK00.260.110.02
HSL325.31º84.21%85.1%-
HSV(B)325.31º25.7%97.65%-
XYZ69.660.1177.04-
YUV208.35135.7156.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.96%
GREEN value IS 185 (72.66% from 255) = 28.20%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=37.96%
G=28.20%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918522200.260.110.02325.3184.2185.1
HexF9B9DE01AB21455455
Octal371271336032132505124125
Binary11111001101110011101111001101010111010100010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B9DE; }

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

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

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

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

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

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

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

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