Html Css Color HEX #F4DAFF Blue Chalk

📋 copy color: '#F4DAFF'

red 244 ◦ green 218 ◦ blue 255

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

Shades of Blue Chalk #F4DAFF

Tints of Blue Chalk #F4DAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.56%

R = 34.03%
G = 30.4%
B = 35.56%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F4DAFF (or 0xF4DAFF) is known color: Blue Chalk. HEX triplet: F4, DA and FF. RGB value is (244,218,255). Sum of RGB (Red+Green+Blue) = 244+218+255=717 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.03% from 717); Green value is 218 (85.55% from 255 or 30.40% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DAFF is #0B2500. Grayscale: #E5E5E5. Windows color (decimal): -730369 or 16767732. OLE color: 16767732.

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

Color convert

RGB 244 218 255 -
CMYK 0.04 0.15 0 0
HSL 282.16º 1% 0.93% -
HSV(B) 282.16º 0.15% 1% -
XYZ 80.43 76.6 105.15 -
YUV 229.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 244 218 255 0.04 0.15 0 0 282.16 1 0.93
Hex F4 DA FF 4 F 0 0 11A 64 5D
Octal 364 332 377 4 17 0 0 432 144 135
Binary 11110100 11011010 11111111 100 1111 0 0 100011010 1100100 1011101

Color Harmonies of #F4DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DAFF

Black with #F4DAFF

Text Example


Text Example

White with #F4DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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