Html Css Color HEX #F9CCFF Snuff

📋 copy color: '#F9CCFF'

red 249 ◦ green 204 ◦ blue 255

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

Shades of Snuff #F9CCFF

Tints of Snuff #F9CCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.02%

R = 35.17%
G = 28.81%
B = 36.02%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9CCFF (or 0xF9CCFF) is known color: Snuff. HEX triplet: F9, CC and FF. RGB value is (249,204,255). Sum of RGB (Red+Green+Blue) = 249+204+255=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 204 (80.08% from 255 or 28.81% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CCFF is #063300. Grayscale: #DFDFDF. Windows color (decimal): -406273 or 16764153. OLE color: 16764153.

HSL color Cylindrical-coordinate representation of color #F9CCFF: hue angle of 292.94º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9CCFF is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 204 255 -
CMYK 0.02 0.2 0 0
HSL 292.94º 1% 0.9% -
HSV(B) 292.94º 0.2% 1% -
XYZ 78.71 70.55 104.08 -
YUV 223.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 249 204 255 0.02 0.2 0 0 292.94 1 0.9
Hex F9 CC FF 2 14 0 0 125 64 5A
Octal 371 314 377 2 24 0 0 445 144 132
Binary 11111001 11001100 11111111 10 10100 0 0 100100101 1100100 1011010

Color Harmonies of #F9CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CCFF

Black with #F9CCFF

Text Example


Text Example

White with #F9CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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