Html Css Color HEX #F9C3FF Snuff

📋 copy color: '#F9C3FF'

red 249 ◦ green 195 ◦ blue 255

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

Shades of Snuff #F9C3FF

Tints of Snuff #F9C3FF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 27.9%

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

R = 35.62%
G = 27.9%
B = 36.48%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9C3FF (or 0xF9C3FF) is known color: Snuff. HEX triplet: F9, C3 and FF. RGB value is (249,195,255). Sum of RGB (Red+Green+Blue) = 249+195+255=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 195 (76.56% from 255 or 27.90% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9C3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C3FF is #063C00. Grayscale: #D9D9D9. Windows color (decimal): -408577 or 16761849. OLE color: 16761849.

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

Color convert

RGB 249 195 255 -
CMYK 0.02 0.24 0 0
HSL 294º 1% 0.88% -
HSV(B) 294º 0.24% 1% -
XYZ 76.63 66.39 103.38 -
YUV 217.99 148.89 150.12 -
System Red Green Blue C M Y K H S L
Decimal 249 195 255 0.02 0.24 0 0 294 1 0.88
Hex F9 C3 FF 2 18 0 0 126 64 58
Octal 371 303 377 2 30 0 0 446 144 130
Binary 11111001 11000011 11111111 10 11000 0 0 100100110 1100100 1011000

Color Harmonies of #F9C3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C3FF

Black with #F9C3FF

Text Example


Text Example

White with #F9C3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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