#F2D8FC

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

Shades of Blue Chalk #F2D8FC

Tints of Blue Chalk #F2D8FC

Color information

#F2D8FC (or 0xF2D8FC) is unknown color: approx Blue Chalk. HEX triplet: F2, D8 and FC. RGB value is (242,216,252). Sum of RGB (Red+Green+Blue) = 242+216+252=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 216 (84.77% from 255 or 30.42% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2D8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D8FC is #0D2703. Grayscale: #E3E3E3. Windows color (decimal): -861956 or 16570610. OLE color: 16570610.

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

Color convert

RGB242216252-
CMYK0.040.1400.01
HSL283.33º85.71%91.76%-
HSV(B)283.33º14.29%98.82%-
XYZ78.7475.02102.42-
YUV227.88141.61138.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.08%
GREEN value IS 216 (84.77% from 255) = 30.42%
BLUE value IS 252 (98.83% from 255) = 35.49%
R=34.08%
G=30.42%
B=35.49%

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
Decimal2422162520.040.1400.01283.3385.7191.76
HexF2D8FC4E0111b565c
Octal36233037441601433126134
Binary11110010110110001111110010011100110001101110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D8FC; }

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

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

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

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

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

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

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

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