#F4CCFA

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

Shades of Snuff #F4CCFA

Tints of Snuff #F4CCFA

Color information

#F4CCFA (or 0xF4CCFA) is unknown color: approx Snuff. HEX triplet: F4, CC and FA. RGB value is (244,204,250). Sum of RGB (Red+Green+Blue) = 244+204+250=698 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.96% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4CCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CCFA is #0B3305. Grayscale: #DDDDDD. Windows color (decimal): -733958 or 16436468. OLE color: 16436468.

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

Color convert

RGB244204250-
CMYK0.020.1800.02
HSL292.17º82.14%89.02%-
HSV(B)292.17º18.4%98.04%-
XYZ76.1669.3299.81-
YUV221.2144.25144.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.96%
GREEN value IS 204 (80.08% from 255) = 29.23%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=34.96%
G=29.23%
B=35.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442042500.020.1800.02292.1782.1489.02
HexF4CCFA212021245259
Octal36431437222202444122131
Binary111101001100110011111010101001001010010010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CCFA; }

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

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

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

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

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

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

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

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