Html Css Color HEX #F9BBD4 Cotton Candy

📋 copy color: '#F9BBD4'

red 249 ◦ green 187 ◦ blue 212

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

Shades of Cotton Candy #F9BBD4

Tints of Cotton Candy #F9BBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.72%

R = 38.43%
G = 28.86%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9BBD4 (or 0xF9BBD4) is known color: Cotton Candy. HEX triplet: F9, BB and D4. RGB value is (249,187,212). Sum of RGB (Red+Green+Blue) = 249+187+212=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBD4 is #06442B. Grayscale: #D0D0D0. Windows color (decimal): -410668 or 13941753. OLE color: 13941753.

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

Color convert

RGB 249 187 212 -
CMYK 0 0.25 0.15 0.02
HSL 335.81º 0.84% 0.85% -
HSV(B) 335.81º 0.25% 0.98% -
XYZ 68.72 60.43 70.33 -
YUV 208.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 249 187 212 0 0.25 0.15 0.02 335.81 0.84 0.85
Hex F9 BB D4 0 19 F 2 150 54 55
Octal 371 273 324 0 31 17 2 520 124 125
Binary 11111001 10111011 11010100 0 11001 1111 10 101010000 1010100 1010101

Color Harmonies of #F9BBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBD4

Black with #F9BBD4

Text Example


Text Example

White with #F9BBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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