Html Css Color HEX #F9C2FC Snuff

📋 copy color: '#F9C2FC'

red 249 ◦ green 194 ◦ blue 252

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

Shades of Snuff #F9C2FC

Tints of Snuff #F9C2FC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 27.91%

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

R = 35.83%
G = 27.91%
B = 36.26%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9C2FC (or 0xF9C2FC) is known color: Snuff. HEX triplet: F9, C2 and FC. RGB value is (249,194,252). Sum of RGB (Red+Green+Blue) = 249+194+252=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 194 (76.17% from 255 or 27.91% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9C2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C2FC is #063D03. Grayscale: #D8D8D8. Windows color (decimal): -408836 or 16564985. OLE color: 16564985.

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

Color convert

RGB 249 194 252 -
CMYK 0.01 0.23 0 0.01
HSL 296.9º 0.91% 0.87% -
HSV(B) 296.9º 0.23% 0.99% -
XYZ 75.93 65.75 100.78 -
YUV 217.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 249 194 252 0.01 0.23 0 0.01 296.9 0.91 0.87
Hex F9 C2 FC 1 17 0 1 129 5B 57
Octal 371 302 374 1 27 0 1 451 133 127
Binary 11111001 11000010 11111100 1 10111 0 1 100101001 1011011 1010111

Color Harmonies of #F9C2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C2FC

Black with #F9C2FC

Text Example


Text Example

White with #F9C2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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