Html Css Color HEX #F9BBD7 Cotton Candy

📋 copy color: '#F9BBD7'

red 249 ◦ green 187 ◦ blue 215

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

Shades of Cotton Candy #F9BBD7

Tints of Cotton Candy #F9BBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.03%

R = 38.25%
G = 28.73%
B = 33.03%

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

#F9BBD7 (or 0xF9BBD7) is known color: Cotton Candy. HEX triplet: F9, BB and D7. RGB value is (249,187,215). Sum of RGB (Red+Green+Blue) = 249+187+215=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBD7 is #064428. Grayscale: #D0D0D0. Windows color (decimal): -410665 or 14138361. OLE color: 14138361.

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

Color convert

RGB 249 187 215 -
CMYK 0 0.25 0.14 0.02
HSL 332.9º 0.84% 0.85% -
HSV(B) 332.9º 0.25% 0.98% -
XYZ 69.1 60.59 72.34 -
YUV 208.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 249 187 215 0 0.25 0.14 0.02 332.9 0.84 0.85
Hex F9 BB D7 0 19 E 2 14D 54 55
Octal 371 273 327 0 31 16 2 515 124 125
Binary 11111001 10111011 11010111 0 11001 1110 10 101001101 1010100 1010101

Color Harmonies of #F9BBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBD7

Black with #F9BBD7

Text Example


Text Example

White with #F9BBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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