Html Css Color HEX #F9BBDC Cotton Candy

📋 copy color: '#F9BBDC'

red 249 ◦ green 187 ◦ blue 220

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

Shades of Cotton Candy #F9BBDC

Tints of Cotton Candy #F9BBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 37.96%
G = 28.51%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9BBDC (or 0xF9BBDC) is known color: Cotton Candy. HEX triplet: F9, BB and DC. RGB value is (249,187,220). Sum of RGB (Red+Green+Blue) = 249+187+220=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBDC is #064423. Grayscale: #D1D1D1. Windows color (decimal): -410660 or 14466041. OLE color: 14466041.

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

Color convert

RGB 249 187 220 -
CMYK 0 0.25 0.12 0.02
HSL 328.06º 0.84% 0.85% -
HSV(B) 328.06º 0.25% 0.98% -
XYZ 69.76 60.85 75.78 -
YUV 209.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 249 187 220 0 0.25 0.12 0.02 328.06 0.84 0.85
Hex F9 BB DC 0 19 C 2 148 54 55
Octal 371 273 334 0 31 14 2 510 124 125
Binary 11111001 10111011 11011100 0 11001 1100 10 101001000 1010100 1010101

Color Harmonies of #F9BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBDC

Black with #F9BBDC

Text Example


Text Example

White with #F9BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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