Html Css Color HEX #F9C0D6 Cotton Candy

📋 copy color: '#F9C0D6'

red 249 ◦ green 192 ◦ blue 214

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

Shades of Cotton Candy #F9C0D6

Tints of Cotton Candy #F9C0D6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.31%

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 38.02%
G = 29.31%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F9C0D6 (or 0xF9C0D6) is known color: Cotton Candy. HEX triplet: F9, C0 and D6. RGB value is (249,192,214). Sum of RGB (Red+Green+Blue) = 249+192+214=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0D6 is #063F29. Grayscale: #D3D3D3. Windows color (decimal): -409386 or 14074105. OLE color: 14074105.

HSL color Cylindrical-coordinate representation of color #F9C0D6: hue angle of 336.84º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0D6 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 192 214 -
CMYK 0 0.23 0.14 0.02
HSL 336.84º 0.83% 0.86% -
HSV(B) 336.84º 0.23% 0.98% -
XYZ 70.05 62.69 72.03 -
YUV 211.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 249 192 214 0 0.23 0.14 0.02 336.84 0.83 0.86
Hex F9 C0 D6 0 17 E 2 151 53 56
Octal 371 300 326 0 27 16 2 521 123 126
Binary 11111001 11000000 11010110 0 10111 1110 10 101010001 1010011 1010110

Color Harmonies of #F9C0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C0D6

Black with #F9C0D6

Text Example


Text Example

White with #F9C0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C0D6; }

 p { color: rgb(249,192,214); }

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

background-color css

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

 a { background-color: rgb(249,192,214); }

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

border-color css

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

 span { border-color: rgb(249,192,214); }

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