#F4CDEB

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

Shades of Snuff #F4CDEB

Tints of Snuff #F4CDEB

Color information

#F4CDEB (or 0xF4CDEB) is unknown color: approx Snuff. HEX triplet: F4, CD and EB. RGB value is (244,205,235). Sum of RGB (Red+Green+Blue) = 244+205+235=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CDEB is #0B3214. Grayscale: #DBDBDB. Windows color (decimal): -733717 or 15453684. OLE color: 15453684.

HSL color Cylindrical-coordinate representation of color #F4CDEB: hue angle of 313.85º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CDEB is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB244205235-
CMYK00.160.040.04
HSL313.85º63.93%88.04%-
HSV(B)313.85º15.98%95.69%-
XYZ74.1368.8987.99-
YUV220.08136.42145.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.67%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=35.67%
G=29.97%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420523500.160.040.04313.8563.9388.04
HexF4CDEB0104413a4058
Octal36431535302044472100130
Binary11110100110011011110101101000010010010011101010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDEB; }

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

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

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

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

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

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

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

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