#F9B9CE

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

Shades of Cotton Candy #F9B9CE

Tints of Cotton Candy #F9B9CE

Color information

#F9B9CE (or 0xF9B9CE) is unknown color: approx Cotton Candy. HEX triplet: F9, B9 and CE. RGB value is (249,185,206). Sum of RGB (Red+Green+Blue) = 249+185+206=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B9CE is #064631. Grayscale: #CECECE. Windows color (decimal): -411186 or 13548025. OLE color: 13548025.

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

Color convert

RGB249185206-
CMYK00.260.170.02
HSL340.31º84.21%85.1%-
HSV(B)340.31º25.7%97.65%-
XYZ67.5659.2966.28-
YUV206.53127.7158.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 185 (72.66% from 255) = 28.91%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=38.91%
G=28.91%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918520600.260.170.02340.3184.2185.1
HexF9B9CE01A1121545455
Octal371271316032212524124125
Binary111110011011100111001110011010100011010101010010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B9CE; }

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

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

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

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

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

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

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

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