#F5CEFB

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

Shades of Snuff #F5CEFB

Tints of Snuff #F5CEFB

Color information

#F5CEFB (or 0xF5CEFB) is unknown color: approx Snuff. HEX triplet: F5, CE and FB. RGB value is (245,206,251). Sum of RGB (Red+Green+Blue) = 245+206+251=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 206 (80.86% from 255 or 29.34% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5CEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CEFB is #0A3104. Grayscale: #DEDEDE. Windows color (decimal): -667909 or 16502517. OLE color: 16502517.

HSL color Cylindrical-coordinate representation of color #F5CEFB: hue angle of 292º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CEFB is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245206251-
CMYK0.020.1800.02
HSL292º84.91%89.61%-
HSV(B)292º17.93%98.43%-
XYZ77.1470.52100.81-
YUV222.79143.92143.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.90%
GREEN value IS 206 (80.86% from 255) = 29.34%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=34.90%
G=29.34%
B=35.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452062510.020.1800.0229284.9189.61
HexF5CEFB21202124555a
Octal36531637322202444125132
Binary111101011100111011111011101001001010010010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEFB; }

 p { color: rgb(245,206,251); }

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

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

 a { background-color: rgb(245,206,251); }

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

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

 span { border-color: rgb(245,206,251); }

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