#F5CBED

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

Shades of Snuff #F5CBED

Tints of Snuff #F5CBED

Color information

#F5CBED (or 0xF5CBED) is unknown color: approx Snuff. HEX triplet: F5, CB and ED. RGB value is (245,203,237). Sum of RGB (Red+Green+Blue) = 245+203+237=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBED is #0A3412. Grayscale: #DBDBDB. Windows color (decimal): -668691 or 15584245. OLE color: 15584245.

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

Color convert

RGB245203237-
CMYK00.170.030.04
HSL311.43º67.74%87.84%-
HSV(B)311.43º17.14%96.08%-
XYZ74.368.2489.38-
YUV219.43137.91146.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.77%
GREEN value IS 203 (79.69% from 255) = 29.64%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=35.77%
G=29.64%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520323700.170.030.04311.4367.7487.84
HexF5CBED011341374458
Octal36531335502134467104130
Binary1111010111001011111011010100011110010011011110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBED; }

 p { color: rgb(245,203,237); }

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

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

 a { background-color: rgb(245,203,237); }

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

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

 span { border-color: rgb(245,203,237); }

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