Html Css Color HEX #F0DAFB Blue Chalk

📋 copy color: '#F0DAFB'

red 240 ◦ green 218 ◦ blue 251

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

Shades of Blue Chalk #F0DAFB

Tints of Blue Chalk #F0DAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.4%

R = 33.85%
G = 30.75%
B = 35.4%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0DAFB (or 0xF0DAFB) is known color: Blue Chalk. HEX triplet: F0, DA and FB. RGB value is (240,218,251). Sum of RGB (Red+Green+Blue) = 240+218+251=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0DAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAFB is #0F2504. Grayscale: #E4E4E4. Windows color (decimal): -992517 or 16505584. OLE color: 16505584.

HSL color Cylindrical-coordinate representation of color #F0DAFB: hue angle of 280º degrees, saturation: 0.8, 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 #F0DAFB is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 218 251 -
CMYK 0.04 0.13 0 0.02
HSL 280º 0.8% 0.92% -
HSV(B) 280º 0.13% 0.98% -
XYZ 78.42 75.63 101.73 -
YUV 228.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 240 218 251 0.04 0.13 0 0.02 280 0.8 0.92
Hex F0 DA FB 4 D 0 2 118 50 5C
Octal 360 332 373 4 15 0 2 430 120 134
Binary 11110000 11011010 11111011 100 1101 0 10 100011000 1010000 1011100

Color Harmonies of #F0DAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAFB

Black with #F0DAFB

Text Example


Text Example

White with #F0DAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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