Html Css Color HEX #F9BBD2 Cotton Candy

📋 copy color: '#F9BBD2'

red 249 ◦ green 187 ◦ blue 210

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

Shades of Cotton Candy #F9BBD2

Tints of Cotton Candy #F9BBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.51%

R = 38.54%
G = 28.95%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F9BBD2 (or 0xF9BBD2) is known color: Cotton Candy. HEX triplet: F9, BB and D2. RGB value is (249,187,210). Sum of RGB (Red+Green+Blue) = 249+187+210=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBD2 is #06442D. Grayscale: #D0D0D0. Windows color (decimal): -410670 or 13810681. OLE color: 13810681.

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

Color convert

RGB 249 187 210 -
CMYK 0 0.25 0.16 0.02
HSL 337.74º 0.84% 0.85% -
HSV(B) 337.74º 0.25% 0.98% -
XYZ 68.47 60.33 69.01 -
YUV 208.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 249 187 210 0 0.25 0.16 0.02 337.74 0.84 0.85
Hex F9 BB D2 0 19 10 2 152 54 55
Octal 371 273 322 0 31 20 2 522 124 125
Binary 11111001 10111011 11010010 0 11001 10000 10 101010010 1010100 1010101

Color Harmonies of #F9BBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBD2

Black with #F9BBD2

Text Example


Text Example

White with #F9BBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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