#F3D8FC

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

Shades of Blue Chalk #F3D8FC

Tints of Blue Chalk #F3D8FC

Color information

#F3D8FC (or 0xF3D8FC) is unknown color: approx Blue Chalk. HEX triplet: F3, D8 and FC. RGB value is (243,216,252). Sum of RGB (Red+Green+Blue) = 243+216+252=711 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.18% from 711); Green value is 216 (84.77% from 255 or 30.38% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3D8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D8FC is #0C2703. Grayscale: #E4E4E4. Windows color (decimal): -796420 or 16570611. OLE color: 16570611.

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

Color convert

RGB243216252-
CMYK0.040.1400.01
HSL285º85.71%91.76%-
HSV(B)285º14.29%98.82%-
XYZ79.0975.19102.44-
YUV228.18141.45138.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.18%
GREEN value IS 216 (84.77% from 255) = 30.38%
BLUE value IS 252 (98.83% from 255) = 35.44%
R=34.18%
G=30.38%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432162520.040.1400.0128585.7191.76
HexF3D8FC4E0111d565c
Octal36333037441601435126134
Binary11110011110110001111110010011100110001110110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D8FC; }

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

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

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

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

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

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

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

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