#F0DAFA

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

Shades of Blue Chalk #F0DAFA

Tints of Blue Chalk #F0DAFA

Color information

#F0DAFA (or 0xF0DAFA) is unknown color: approx Blue Chalk. HEX triplet: F0, DA and FA. RGB value is (240,218,250). Sum of RGB (Red+Green+Blue) = 240+218+250=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAFA is #0F2505. Grayscale: #E4E4E4. Windows color (decimal): -992518 or 16440048. OLE color: 16440048.

HSL color Cylindrical-coordinate representation of color #F0DAFA: hue angle of 281.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0DAFA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240218250-
CMYK0.040.1300.02
HSL281.25º76.19%91.76%-
HSV(B)281.25º12.8%98.04%-
XYZ78.2675.57100.9-
YUV228.23140.29136.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.90%
GREEN value IS 218 (85.55% from 255) = 30.79%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=33.90%
G=30.79%
B=35.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402182500.040.1300.02281.2576.1991.76
HexF0DAFA4D021194c5c
Octal36033237241502431114134
Binary111100001101101011111010100110101010001100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAFA; }

 p { color: rgb(240,218,250); }

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

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

 a { background-color: rgb(240,218,250); }

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

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

 span { border-color: rgb(240,218,250); }

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