Html Css Color HEX #F4DAFE Blue Chalk

📋 copy color: '#F4DAFE'

red 244 ◦ green 218 ◦ blue 254

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

Shades of Blue Chalk #F4DAFE

Tints of Blue Chalk #F4DAFE

RGB

 RED value IS 244 (95.7% from 255) = 34.08%

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

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

R = 34.08%
G = 30.45%
B = 35.47%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F4DAFE (or 0xF4DAFE) is known color: Blue Chalk. HEX triplet: F4, DA and FE. RGB value is (244,218,254). Sum of RGB (Red+Green+Blue) = 244+218+254=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 218 (85.55% from 255 or 30.45% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DAFE is #0B2501. Grayscale: #E5E5E5. Windows color (decimal): -730370 or 16702196. OLE color: 16702196.

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

Color convert

RGB 244 218 254 -
CMYK 0.04 0.14 0 0.00
HSL 283.33º 0.95% 0.93% -
HSV(B) 283.33º 0.14% 1% -
XYZ 80.27 76.53 104.31 -
YUV 229.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 244 218 254 0.04 0.14 0 0.00 283.33 0.95 0.93
Hex F4 DA FE 4 E 0 0 11B 5F 5D
Octal 364 332 376 4 16 0 0 433 137 135
Binary 11110100 11011010 11111110 100 1110 0 0 100011011 1011111 1011101

Color Harmonies of #F4DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DAFE

Black with #F4DAFE

Text Example


Text Example

White with #F4DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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