#F3CEFD

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

Shades of Blue Chalk #F3CEFD

Tints of Blue Chalk #F3CEFD

Color information

#F3CEFD (or 0xF3CEFD) is unknown color: approx Blue Chalk. HEX triplet: F3, CE and FD. RGB value is (243,206,253). Sum of RGB (Red+Green+Blue) = 243+206+253=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 206 (80.86% from 255 or 29.34% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3CEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEFD is #0C3102. Grayscale: #DEDEDE. Windows color (decimal): -798979 or 16633587. OLE color: 16633587.

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

Color convert

RGB243206253-
CMYK0.040.1900.01
HSL287.23º92.16%90%-
HSV(B)287.23º18.58%99.22%-
XYZ76.7670.29102.45-
YUV222.42145.26142.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.62%
GREEN value IS 206 (80.86% from 255) = 29.34%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=34.62%
G=29.34%
B=36.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432062530.040.1900.01287.2392.1690
HexF3CEFD4130111f5c5a
Octal36331637542301437134132
Binary111100111100111011111101100100110110001111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEFD; }

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

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

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

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

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

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

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

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