Html Css Color HEX #F9BBDE Cotton Candy

📋 copy color: '#F9BBDE'

red 249 ◦ green 187 ◦ blue 222

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

Shades of Cotton Candy #F9BBDE

Tints of Cotton Candy #F9BBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.74%

R = 37.84%
G = 28.42%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9BBDE (or 0xF9BBDE) is known color: Cotton Candy. HEX triplet: F9, BB and DE. RGB value is (249,187,222). Sum of RGB (Red+Green+Blue) = 249+187+222=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBDE is #064421. Grayscale: #D1D1D1. Windows color (decimal): -410658 or 14597113. OLE color: 14597113.

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

Color convert

RGB 249 187 222 -
CMYK 0 0.25 0.11 0.02
HSL 326.13º 0.84% 0.85% -
HSV(B) 326.13º 0.25% 0.98% -
XYZ 70.02 60.95 77.18 -
YUV 209.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 249 187 222 0 0.25 0.11 0.02 326.13 0.84 0.85
Hex F9 BB DE 0 19 B 2 146 54 55
Octal 371 273 336 0 31 13 2 506 124 125
Binary 11111001 10111011 11011110 0 11001 1011 10 101000110 1010100 1010101

Color Harmonies of #F9BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBDE

Black with #F9BBDE

Text Example


Text Example

White with #F9BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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