#F3CEFC

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

Shades of Blue Chalk #F3CEFC

Tints of Blue Chalk #F3CEFC

Color information

#F3CEFC (or 0xF3CEFC) is unknown color: approx Blue Chalk. HEX triplet: F3, CE and FC. RGB value is (243,206,252). Sum of RGB (Red+Green+Blue) = 243+206+252=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 206 (80.86% from 255 or 29.39% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEFC is #0C3103. Grayscale: #DEDEDE. Windows color (decimal): -798980 or 16568051. OLE color: 16568051.

HSL color Cylindrical-coordinate representation of color #F3CEFC: hue angle of 288.26º 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 #F3CEFC is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243206252-
CMYK0.040.1800.01
HSL288.26º88.46%89.8%-
HSV(B)288.26º18.25%98.82%-
XYZ76.670.23101.61-
YUV222.31144.76142.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.66%
GREEN value IS 206 (80.86% from 255) = 29.39%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=34.66%
G=29.39%
B=35.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432062520.040.1800.01288.2688.4689.8
HexF3CEFC41201120585a
Octal36331637442201440130132
Binary111100111100111011111100100100100110010000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEFC; }

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

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

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

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

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

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

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

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