#F3CFEB

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

Shades of Snuff #F3CFEB

Tints of Snuff #F3CFEB

Color information

#F3CFEB (or 0xF3CFEB) is unknown color: approx Snuff. HEX triplet: F3, CF and EB. RGB value is (243,207,235). Sum of RGB (Red+Green+Blue) = 243+207+235=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFEB is #0C3014. Grayscale: #DCDCDC. Windows color (decimal): -798741 or 15454195. OLE color: 15454195.

HSL color Cylindrical-coordinate representation of color #F3CFEB: hue angle of 313.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CFEB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243207235-
CMYK00.150.030.05
HSL313.33º60%88.24%-
HSV(B)313.33º14.81%95.29%-
XYZ74.2769.6888.13-
YUV220.96135.93143.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.47%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=35.47%
G=30.22%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320723500.150.030.05313.336088.24
HexF3CFEB0F351393c58
Octal3633173530173547174130
Binary11110011110011111110101101111111011001110011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CFEB; }

 p { color: rgb(243,207,235); }

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

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

 a { background-color: rgb(243,207,235); }

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

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

 span { border-color: rgb(243,207,235); }

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