#F5CBEF

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

Shades of Snuff #F5CBEF

Tints of Snuff #F5CBEF

Color information

#F5CBEF (or 0xF5CBEF) is unknown color: approx Snuff. HEX triplet: F5, CB and EF. RGB value is (245,203,239). Sum of RGB (Red+Green+Blue) = 245+203+239=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBEF is #0A3410. Grayscale: #DBDBDB. Windows color (decimal): -668689 or 15715317. OLE color: 15715317.

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

Color convert

RGB245203239-
CMYK00.170.020.04
HSL308.57º67.74%87.84%-
HSV(B)308.57º17.14%96.08%-
XYZ74.5968.3690.92-
YUV219.66138.91146.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.66%
GREEN value IS 203 (79.69% from 255) = 29.55%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=35.66%
G=29.55%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520323900.170.020.04308.5767.7487.84
HexF5CBEF011241354458
Octal36531335702124465104130
Binary1111010111001011111011110100011010010011010110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBEF; }

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

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

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

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

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

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

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

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