#F4CFFA

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

Shades of Snuff #F4CFFA

Tints of Snuff #F4CFFA

Color information

#F4CFFA (or 0xF4CFFA) is unknown color: approx Snuff. HEX triplet: F4, CF and FA. RGB value is (244,207,250). Sum of RGB (Red+Green+Blue) = 244+207+250=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 207 (81.25% from 255 or 29.53% 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 #F4CFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFFA is #0B3005. Grayscale: #DEDEDE. Windows color (decimal): -733190 or 16437236. OLE color: 16437236.

HSL color Cylindrical-coordinate representation of color #F4CFFA: hue angle of 291.63º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CFFA is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244207250-
CMYK0.020.1700.02
HSL291.63º81.13%89.61%-
HSV(B)291.63º17.2%98.04%-
XYZ76.8870.76100.05-
YUV222.96143.26143-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.81%
GREEN value IS 207 (81.25% from 255) = 29.53%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=34.81%
G=29.53%
B=35.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442072500.020.1700.02291.6381.1389.61
HexF4CFFA21102124515a
Octal36431737222102444121132
Binary111101001100111111111010101000101010010010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFFA; }

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

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

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

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

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

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

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

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