Html Css Color HEX #F9C3FE Snuff

📋 copy color: '#F9C3FE'

red 249 ◦ green 195 ◦ blue 254

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

Shades of Snuff #F9C3FE

Tints of Snuff #F9C3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.39%

R = 35.67%
G = 27.94%
B = 36.39%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9C3FE (or 0xF9C3FE) is known color: Snuff. HEX triplet: F9, C3 and FE. RGB value is (249,195,254). Sum of RGB (Red+Green+Blue) = 249+195+254=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 195 (76.56% from 255 or 27.94% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9C3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C3FE is #063C01. Grayscale: #D9D9D9. Windows color (decimal): -408578 or 16696313. OLE color: 16696313.

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

Color convert

RGB 249 195 254 -
CMYK 0.02 0.23 0 0.00
HSL 294.92º 0.97% 0.88% -
HSV(B) 294.92º 0.23% 1% -
XYZ 76.47 66.33 102.54 -
YUV 217.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 249 195 254 0.02 0.23 0 0.00 294.92 0.97 0.88
Hex F9 C3 FE 2 17 0 0 127 61 58
Octal 371 303 376 2 27 0 0 447 141 130
Binary 11111001 11000011 11111110 10 10111 0 0 100100111 1100001 1011000

Color Harmonies of #F9C3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C3FE

Black with #F9C3FE

Text Example


Text Example

White with #F9C3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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