#F5CEFC

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

Shades of Blue Chalk #F5CEFC

Tints of Blue Chalk #F5CEFC

Color information

#F5CEFC (or 0xF5CEFC) is unknown color: approx Blue Chalk. HEX triplet: F5, CE and FC. RGB value is (245,206,252). Sum of RGB (Red+Green+Blue) = 245+206+252=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 206 (80.86% from 255 or 29.30% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CEFC is #0A3103. Grayscale: #DEDEDE. Windows color (decimal): -667908 or 16568053. OLE color: 16568053.

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

Color convert

RGB245206252-
CMYK0.030.1800.01
HSL290.87º88.46%89.8%-
HSV(B)290.87º18.25%98.82%-
XYZ77.370.58101.65-
YUV222.9144.42143.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.85%
GREEN value IS 206 (80.86% from 255) = 29.30%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=34.85%
G=29.30%
B=35.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452062520.030.1800.01290.8788.4689.8
HexF5CEFC31201123585a
Octal36531637432201443130132
Binary11110101110011101111110011100100110010001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEFC; }

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

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

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

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

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

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

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

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