Html Css Color HEX #F9B5D4 Cotton Candy

📋 copy color: '#F9B5D4'

red 249 ◦ green 181 ◦ blue 212

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

Shades of Cotton Candy #F9B5D4

Tints of Cotton Candy #F9B5D4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.19%

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

R = 38.79%
G = 28.19%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9B5D4 (or 0xF9B5D4) is known color: Cotton Candy. HEX triplet: F9, B5 and D4. RGB value is (249,181,212). Sum of RGB (Red+Green+Blue) = 249+181+212=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B5D4 is #064A2B. Grayscale: #CCCCCC. Windows color (decimal): -412204 or 13940217. OLE color: 13940217.

HSL color Cylindrical-coordinate representation of color #F9B5D4: hue angle of 332.65º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B5D4 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 181 212 -
CMYK 0 0.27 0.15 0.02
HSL 332.65º 0.85% 0.84% -
HSV(B) 332.65º 0.27% 0.98% -
XYZ 67.47 57.94 69.91 -
YUV 204.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 249 181 212 0 0.27 0.15 0.02 332.65 0.85 0.84
Hex F9 B5 D4 0 1B F 2 14D 55 54
Octal 371 265 324 0 33 17 2 515 125 124
Binary 11111001 10110101 11010100 0 11011 1111 10 101001101 1010101 1010100

Color Harmonies of #F9B5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B5D4

Black with #F9B5D4

Text Example


Text Example

White with #F9B5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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