#F5CBEE

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

Shades of Snuff #F5CBEE

Tints of Snuff #F5CBEE

Color information

#F5CBEE (or 0xF5CBEE) is unknown color: approx Snuff. HEX triplet: F5, CB and EE. RGB value is (245,203,238). Sum of RGB (Red+Green+Blue) = 245+203+238=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBEE is #0A3411. Grayscale: #DBDBDB. Windows color (decimal): -668690 or 15649781. OLE color: 15649781.

HSL color Cylindrical-coordinate representation of color #F5CBEE: hue angle of 310º 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 #F5CBEE is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245203238-
CMYK00.170.030.04
HSL310º67.74%87.84%-
HSV(B)310º17.14%96.08%-
XYZ74.4468.390.15-
YUV219.55138.41146.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 203 (79.69% from 255) = 29.59%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=35.71%
G=29.59%
B=34.69%

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
Decimal24520323800.170.030.0431067.7487.84
HexF5CBEE011341364458
Octal36531335602134466104130
Binary1111010111001011111011100100011110010011011010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBEE; }

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

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

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

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

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

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

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

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