#F5CCFB

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

Shades of Snuff #F5CCFB

Tints of Snuff #F5CCFB

Color information

#F5CCFB (or 0xF5CCFB) is unknown color: approx Snuff. HEX triplet: F5, CC and FB. RGB value is (245,204,251). Sum of RGB (Red+Green+Blue) = 245+204+251=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5CCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCFB is #0A3304. Grayscale: #DDDDDD. Windows color (decimal): -668421 or 16502005. OLE color: 16502005.

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

Color convert

RGB245204251-
CMYK0.020.1900.02
HSL292.34º85.45%89.22%-
HSV(B)292.34º18.73%98.43%-
XYZ76.6669.56100.65-
YUV221.62144.58144.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35%
GREEN value IS 204 (80.08% from 255) = 29.14%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=35%
G=29.14%
B=35.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452042510.020.1900.02292.3485.4589.22
HexF5CCFB213021245559
Octal36531437322302444125131
Binary111101011100110011111011101001101010010010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCFB; }

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

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

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

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

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

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

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

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