#F5CAFC

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

Shades of Snuff #F5CAFC

Tints of Snuff #F5CAFC

Color information

#F5CAFC (or 0xF5CAFC) is unknown color: approx Snuff. HEX triplet: F5, CA and FC. RGB value is (245,202,252). Sum of RGB (Red+Green+Blue) = 245+202+252=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 202 (79.30% from 255 or 28.90% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5CAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CAFC is #0A3503. Grayscale: #DCDCDC. Windows color (decimal): -668932 or 16567029. OLE color: 16567029.

HSL color Cylindrical-coordinate representation of color #F5CAFC: hue angle of 291.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5CAFC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245202252-
CMYK0.030.2000.01
HSL291.6º89.29%89.02%-
HSV(B)291.6º19.84%98.82%-
XYZ76.3568.68101.33-
YUV220.56145.75145.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.05%
GREEN value IS 202 (79.30% from 255) = 28.90%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=35.05%
G=28.90%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452022520.030.2000.01291.689.2989.02
HexF5CAFC314011245959
Octal36531237432401444131131
Binary11110101110010101111110011101000110010010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CAFC; }

 p { color: rgb(245,202,252); }

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

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

 a { background-color: rgb(245,202,252); }

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

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

 span { border-color: rgb(245,202,252); }

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