Html Css Color HEX #F0DAF9 Blue Chalk

📋 copy color: '#F0DAF9'

red 240 ◦ green 218 ◦ blue 249

#F0DAF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #F0DAF9

Tints of Blue Chalk #F0DAF9

RGB

 RED value IS 240 (94.14% from 255) = 33.95%

 GREEN value IS 218 (85.55% from 255) = 30.83%

 BLUE value IS 249 (97.66% from 255) = 35.22%

R = 33.95%
G = 30.83%
B = 35.22%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0DAF9 (or 0xF0DAF9) is known color: Blue Chalk. HEX triplet: F0, DA and F9. RGB value is (240,218,249). Sum of RGB (Red+Green+Blue) = 240+218+249=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAF9 is #0F2506. Grayscale: #E4E4E4. Windows color (decimal): -992519 or 16374512. OLE color: 16374512.

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

Color convert

RGB 240 218 249 -
CMYK 0.04 0.12 0 0.02
HSL 282.58º 0.72% 0.92% -
HSV(B) 282.58º 0.12% 0.98% -
XYZ 78.11 75.51 100.08 -
YUV 228.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 240 218 249 0.04 0.12 0 0.02 282.58 0.72 0.92
Hex F0 DA F9 4 C 0 2 11B 48 5C
Octal 360 332 371 4 14 0 2 433 110 134
Binary 11110000 11011010 11111001 100 1100 0 10 100011011 1001000 1011100

Color Harmonies of #F0DAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAF9

Black with #F0DAF9

Text Example


Text Example

White with #F0DAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAF9; }

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

 H1.HeaderClassName
 {
   color: #F0DAF9;
 }
 .AnyTagClassName
 {
   color: #F0DAF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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