#F4CDFA

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

Shades of Snuff #F4CDFA

Tints of Snuff #F4CDFA

Color information

#F4CDFA (or 0xF4CDFA) is unknown color: approx Snuff. HEX triplet: F4, CD and FA. RGB value is (244,205,250). Sum of RGB (Red+Green+Blue) = 244+205+250=699 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.91% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4CDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CDFA is #0B3205. Grayscale: #DDDDDD. Windows color (decimal): -733702 or 16436724. OLE color: 16436724.

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

Color convert

RGB244205250-
CMYK0.020.1800.02
HSL292º81.82%89.22%-
HSV(B)292º18%98.04%-
XYZ76.3969.899.89-
YUV221.79143.92143.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.91%
GREEN value IS 205 (80.47% from 255) = 29.33%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=34.91%
G=29.33%
B=35.77%

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
Decimal2442052500.020.1800.0229281.8289.22
HexF4CDFA212021245259
Octal36431537222202444122131
Binary111101001100110111111010101001001010010010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDFA; }

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

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

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

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

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

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

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

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