#F3CAFA

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

Shades of Snuff #F3CAFA

Tints of Snuff #F3CAFA

Color information

#F3CAFA (or 0xF3CAFA) is unknown color: approx Snuff. HEX triplet: F3, CA and FA. RGB value is (243,202,250). Sum of RGB (Red+Green+Blue) = 243+202+250=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 202 (79.30% from 255 or 29.06% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CAFA is #0C3505. Grayscale: #DBDBDB. Windows color (decimal): -800006 or 16435955. OLE color: 16435955.

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

Color convert

RGB243202250-
CMYK0.030.1900.02
HSL291.25º82.76%88.63%-
HSV(B)291.25º19.2%98.04%-
XYZ75.3468.299.64-
YUV219.73145.08144.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 202 (79.30% from 255) = 29.06%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=34.96%
G=29.06%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432022500.030.1900.02291.2582.7688.63
HexF3CAFA313021235359
Octal36331237232302443123131
Binary111100111100101011111010111001101010010001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CAFA; }

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

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

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

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

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

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

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

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