Html Css Color HEX #F0DAFE Blue Chalk

📋 copy color: '#F0DAFE'

red 240 ◦ green 218 ◦ blue 254

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

Shades of Blue Chalk #F0DAFE

Tints of Blue Chalk #F0DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.67%

R = 33.71%
G = 30.62%
B = 35.67%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0DAFE (or 0xF0DAFE) is known color: Blue Chalk. HEX triplet: F0, DA and FE. RGB value is (240,218,254). Sum of RGB (Red+Green+Blue) = 240+218+254=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 218 (85.55% from 255 or 30.62% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAFE is #0F2501. Grayscale: #E4E4E4. Windows color (decimal): -992514 or 16702192. OLE color: 16702192.

HSL color Cylindrical-coordinate representation of color #F0DAFE: hue angle of 276.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0DAFE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 218 254 -
CMYK 0.06 0.14 0 0.00
HSL 276.67º 0.95% 0.93% -
HSV(B) 276.67º 0.14% 1% -
XYZ 78.9 75.82 104.24 -
YUV 228.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 240 218 254 0.06 0.14 0 0.00 276.67 0.95 0.93
Hex F0 DA FE 6 E 0 0 115 5F 5D
Octal 360 332 376 6 16 0 0 425 137 135
Binary 11110000 11011010 11111110 110 1110 0 0 100010101 1011111 1011101

Color Harmonies of #F0DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAFE

Black with #F0DAFE

Text Example


Text Example

White with #F0DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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