Html Css Color HEX #F9BBDB Cotton Candy

📋 copy color: '#F9BBDB'

red 249 ◦ green 187 ◦ blue 219

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

Shades of Cotton Candy #F9BBDB

Tints of Cotton Candy #F9BBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.44%

R = 38.02%
G = 28.55%
B = 33.44%

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

#F9BBDB (or 0xF9BBDB) is known color: Cotton Candy. HEX triplet: F9, BB and DB. RGB value is (249,187,219). Sum of RGB (Red+Green+Blue) = 249+187+219=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBDB is #064424. Grayscale: #D1D1D1. Windows color (decimal): -410661 or 14400505. OLE color: 14400505.

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

Color convert

RGB 249 187 219 -
CMYK 0 0.25 0.12 0.02
HSL 329.03º 0.84% 0.85% -
HSV(B) 329.03º 0.25% 0.98% -
XYZ 69.62 60.79 75.08 -
YUV 209.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 249 187 219 0 0.25 0.12 0.02 329.03 0.84 0.85
Hex F9 BB DB 0 19 C 2 149 54 55
Octal 371 273 333 0 31 14 2 511 124 125
Binary 11111001 10111011 11011011 0 11001 1100 10 101001001 1010100 1010101

Color Harmonies of #F9BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBDB

Black with #F9BBDB

Text Example


Text Example

White with #F9BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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