Html Css Color HEX #F9CCFC Snuff

📋 copy color: '#F9CCFC'

red 249 ◦ green 204 ◦ blue 252

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

Shades of Snuff #F9CCFC

Tints of Snuff #F9CCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 28.94%

 BLUE value IS 252 (98.83% from 255) = 35.74%

R = 35.32%
G = 28.94%
B = 35.74%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9CCFC (or 0xF9CCFC) is known color: Snuff. HEX triplet: F9, CC and FC. RGB value is (249,204,252). Sum of RGB (Red+Green+Blue) = 249+204+252=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9CCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CCFC is #063303. Grayscale: #DEDEDE. Windows color (decimal): -406276 or 16567545. OLE color: 16567545.

HSL color Cylindrical-coordinate representation of color #F9CCFC: hue angle of 296.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CCFC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 204 252 -
CMYK 0.01 0.19 0 0.01
HSL 296.25º 0.89% 0.89% -
HSV(B) 296.25º 0.19% 0.99% -
XYZ 78.23 70.35 101.55 -
YUV 222.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 249 204 252 0.01 0.19 0 0.01 296.25 0.89 0.89
Hex F9 CC FC 1 13 0 1 128 59 59
Octal 371 314 374 1 23 0 1 450 131 131
Binary 11111001 11001100 11111100 1 10011 0 1 100101000 1011001 1011001

Color Harmonies of #F9CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CCFC

Black with #F9CCFC

Text Example


Text Example

White with #F9CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CCFC; }

 p { color: rgb(249,204,252); }

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

background-color css

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

 a { background-color: rgb(249,204,252); }

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

border-color css

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

 span { border-color: rgb(249,204,252); }

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