Html Css Color HEX #F9B5CE Cotton Candy

📋 copy color: '#F9B5CE'

red 249 ◦ green 181 ◦ blue 206

#F9B5CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Candy #F9B5CE

Tints of Cotton Candy #F9B5CE

RGB

 RED value IS 249 (97.66% from 255) = 39.15%

 GREEN value IS 181 (71.09% from 255) = 28.46%

 BLUE value IS 206 (80.86% from 255) = 32.39%

R = 39.15%
G = 28.46%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9B5CE (or 0xF9B5CE) is known color: Cotton Candy. HEX triplet: F9, B5 and CE. RGB value is (249,181,206). Sum of RGB (Red+Green+Blue) = 249+181+206=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B5CE is #064A31. Grayscale: #CCCCCC. Windows color (decimal): -412210 or 13547001. OLE color: 13547001.

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

Color convert

RGB 249 181 206 -
CMYK 0 0.27 0.17 0.02
HSL 337.94º 0.85% 0.84% -
HSV(B) 337.94º 0.27% 0.98% -
XYZ 66.73 57.64 66 -
YUV 204.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 249 181 206 0 0.27 0.17 0.02 337.94 0.85 0.84
Hex F9 B5 CE 0 1B 11 2 152 55 54
Octal 371 265 316 0 33 21 2 522 125 124
Binary 11111001 10110101 11001110 0 11011 10001 10 101010010 1010101 1010100

Color Harmonies of #F9B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B5CE

Black with #F9B5CE

Text Example


Text Example

White with #F9B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B5CE; }

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

 H1.HeaderClassName
 {
   color: #F9B5CE;
 }
 .AnyTagClassName
 {
   color: #F9B5CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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