#F5CDFB

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

Shades of Snuff #F5CDFB

Tints of Snuff #F5CDFB

Color information

#F5CDFB (or 0xF5CDFB) is unknown color: approx Snuff. HEX triplet: F5, CD and FB. RGB value is (245,205,251). Sum of RGB (Red+Green+Blue) = 245+205+251=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 205 (80.47% from 255 or 29.24% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDFB is #0A3204. Grayscale: #DEDEDE. Windows color (decimal): -668165 or 16502261. OLE color: 16502261.

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

Color convert

RGB245205251-
CMYK0.020.1800.02
HSL292.17º85.19%89.41%-
HSV(B)292.17º18.33%98.43%-
XYZ76.970.04100.73-
YUV222.2144.25144.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.95%
GREEN value IS 205 (80.47% from 255) = 29.24%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=34.95%
G=29.24%
B=35.81%

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
Decimal2452052510.020.1800.02292.1785.1989.41
HexF5CDFB212021245559
Octal36531537322202444125131
Binary111101011100110111111011101001001010010010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDFB; }

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

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

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

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

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

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

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

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