#F9CAFA

Color #F9CAFA Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #F9CAFA

Tints of Snuff #F9CAFA

Color information

#F9CAFA (or 0xF9CAFA) is unknown color: approx Snuff. HEX triplet: F9, CA and FA. RGB value is (249,202,250). Sum of RGB (Red+Green+Blue) = 249+202+250=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAFA is #063505. Grayscale: #DDDDDD. Windows color (decimal): -406790 or 16435961. OLE color: 16435961.

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

Color convert

RGB249202250-
CMYK0.000.1900.02
HSL298.75º82.76%88.63%-
HSV(B)298.75º19.2%98.04%-
XYZ77.4469.2899.73-
YUV221.52144.07147.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.52%
GREEN value IS 202 (79.30% from 255) = 28.82%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=35.52%
G=28.82%
B=35.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492022500.000.1900.02298.7582.7688.63
HexF9CAFA0130212b5359
Octal37131237202302453123131
Binary11111001110010101111101001001101010010101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CAFA; }

 p { color: rgb(249,202,250); }

 H1.HeaderClassName
 {
   color: #F9CAFA;
 }
 .AnyTagClassName
 {
   color: #F9CAFA;
 }
</style>
background-color css

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

 a { background-color: rgb(249,202,250); }

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

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

 span { border-color: rgb(249,202,250); }

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