#F4CAFA

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

Shades of Snuff #F4CAFA

Tints of Snuff #F4CAFA

Color information

#F4CAFA (or 0xF4CAFA) is unknown color: approx Snuff. HEX triplet: F4, CA and FA. RGB value is (244,202,250). Sum of RGB (Red+Green+Blue) = 244+202+250=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CAFA is #0B3505. Grayscale: #DBDBDB. Windows color (decimal): -734470 or 16435956. OLE color: 16435956.

HSL color Cylindrical-coordinate representation of color #F4CAFA: hue angle of 292.5º 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 #F4CAFA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244202250-
CMYK0.020.1900.02
HSL292.5º82.76%88.63%-
HSV(B)292.5º19.2%98.04%-
XYZ75.6868.3899.65-
YUV220.03144.91145.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.06%
GREEN value IS 202 (79.30% from 255) = 29.02%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=35.06%
G=29.02%
B=35.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442022500.020.1900.02292.582.7688.63
HexF4CAFA213021245359
Octal36431237222302444123131
Binary111101001100101011111010101001101010010010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CAFA; }

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

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

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

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

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

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

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

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