Html Css Color HEX #F9BBD6 Cotton Candy

📋 copy color: '#F9BBD6'

red 249 ◦ green 187 ◦ blue 214

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

Shades of Cotton Candy #F9BBD6

Tints of Cotton Candy #F9BBD6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.77%

 BLUE value IS 214 (83.98% from 255) = 32.92%

R = 38.31%
G = 28.77%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F9BBD6 (or 0xF9BBD6) is known color: Cotton Candy. HEX triplet: F9, BB and D6. RGB value is (249,187,214). Sum of RGB (Red+Green+Blue) = 249+187+214=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBD6 is #064429. Grayscale: #D0D0D0. Windows color (decimal): -410666 or 14072825. OLE color: 14072825.

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

Color convert

RGB 249 187 214 -
CMYK 0 0.25 0.14 0.02
HSL 333.87º 0.84% 0.85% -
HSV(B) 333.87º 0.25% 0.98% -
XYZ 68.97 60.54 71.67 -
YUV 208.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 249 187 214 0 0.25 0.14 0.02 333.87 0.84 0.85
Hex F9 BB D6 0 19 E 2 14E 54 55
Octal 371 273 326 0 31 16 2 516 124 125
Binary 11111001 10111011 11010110 0 11001 1110 10 101001110 1010100 1010101

Color Harmonies of #F9BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBD6

Black with #F9BBD6

Text Example


Text Example

White with #F9BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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