Html Css Color HEX #F9BBCF Cotton Candy

📋 copy color: '#F9BBCF'

red 249 ◦ green 187 ◦ blue 207

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

Shades of Cotton Candy #F9BBCF

Tints of Cotton Candy #F9BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.19%

R = 38.72%
G = 29.08%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9BBCF (or 0xF9BBCF) is known color: Cotton Candy. HEX triplet: F9, BB and CF. RGB value is (249,187,207). Sum of RGB (Red+Green+Blue) = 249+187+207=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBCF is #064430. Grayscale: #CFCFCF. Windows color (decimal): -410673 or 13614073. OLE color: 13614073.

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

Color convert

RGB 249 187 207 -
CMYK 0 0.25 0.17 0.02
HSL 340.65º 0.84% 0.85% -
HSV(B) 340.65º 0.25% 0.98% -
XYZ 68.1 60.19 67.06 -
YUV 207.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 249 187 207 0 0.25 0.17 0.02 340.65 0.84 0.85
Hex F9 BB CF 0 19 11 2 155 54 55
Octal 371 273 317 0 31 21 2 525 124 125
Binary 11111001 10111011 11001111 0 11001 10001 10 101010101 1010100 1010101

Color Harmonies of #F9BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBCF

Black with #F9BBCF

Text Example


Text Example

White with #F9BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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