#F9B4CE

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

Shades of Cotton Candy #F9B4CE

Tints of Cotton Candy #F9B4CE

Color information

#F9B4CE (or 0xF9B4CE) is unknown color: approx Cotton Candy. HEX triplet: F9, B4 and CE. RGB value is (249,180,206). Sum of RGB (Red+Green+Blue) = 249+180+206=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B4CE is #064B31. Grayscale: #CBCBCB. Windows color (decimal): -412466 or 13546745. OLE color: 13546745.

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

Color convert

RGB249180206-
CMYK00.280.170.02
HSL337.39º85.19%84.12%-
HSV(B)337.39º27.71%97.65%-
XYZ66.5357.2465.93-
YUV203.6129.36160.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=39.21%
G=28.35%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918020600.280.170.02337.3985.1984.12
HexF9B4CE01C1121515554
Octal371264316034212521125124
Binary111110011011010011001110011100100011010101000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B4CE; }

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

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

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

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

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

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

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

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