#F5CBFB

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

Shades of Snuff #F5CBFB

Tints of Snuff #F5CBFB

Color information

#F5CBFB (or 0xF5CBFB) is unknown color: approx Snuff. HEX triplet: F5, CB and FB. RGB value is (245,203,251). Sum of RGB (Red+Green+Blue) = 245+203+251=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 203 (79.69% from 255 or 29.04% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5CBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBFB is #0A3404. Grayscale: #DCDCDC. Windows color (decimal): -668677 or 16501749. OLE color: 16501749.

HSL color Cylindrical-coordinate representation of color #F5CBFB: hue angle of 292.5º degrees, saturation: 0.86, 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 #F5CBFB is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245203251-
CMYK0.020.1900.02
HSL292.5º85.71%89.02%-
HSV(B)292.5º19.12%98.43%-
XYZ76.4269.09100.57-
YUV221.03144.91145.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.05%
GREEN value IS 203 (79.69% from 255) = 29.04%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=35.05%
G=29.04%
B=35.91%

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
Decimal2452032510.020.1900.02292.585.7189.02
HexF5CBFB213021245659
Octal36531337322302444126131
Binary111101011100101111111011101001101010010010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBFB; }

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

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

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

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

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

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

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

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