Html Css Color HEX #F9BBDD Cotton Candy

📋 copy color: '#F9BBDD'

red 249 ◦ green 187 ◦ blue 221

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

Shades of Cotton Candy #F9BBDD

Tints of Cotton Candy #F9BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.64%

R = 37.9%
G = 28.46%
B = 33.64%

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

#F9BBDD (or 0xF9BBDD) is known color: Cotton Candy. HEX triplet: F9, BB and DD. RGB value is (249,187,221). Sum of RGB (Red+Green+Blue) = 249+187+221=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBDD is #064422. Grayscale: #D1D1D1. Windows color (decimal): -410659 or 14531577. OLE color: 14531577.

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

Color convert

RGB 249 187 221 -
CMYK 0 0.25 0.11 0.02
HSL 327.1º 0.84% 0.85% -
HSV(B) 327.1º 0.25% 0.98% -
XYZ 69.89 60.9 76.48 -
YUV 209.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 249 187 221 0 0.25 0.11 0.02 327.1 0.84 0.85
Hex F9 BB DD 0 19 B 2 147 54 55
Octal 371 273 335 0 31 13 2 507 124 125
Binary 11111001 10111011 11011101 0 11001 1011 10 101000111 1010100 1010101

Color Harmonies of #F9BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBDD

Black with #F9BBDD

Text Example


Text Example

White with #F9BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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