Html Css Color HEX #F2DAFC Blue Chalk

📋 copy color: '#F2DAFC'

red 242 ◦ green 218 ◦ blue 252

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

Shades of Blue Chalk #F2DAFC

Tints of Blue Chalk #F2DAFC

RGB

 RED value IS 242 (94.92% from 255) = 33.99%

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

 BLUE value IS 252 (98.83% from 255) = 35.39%

R = 33.99%
G = 30.62%
B = 35.39%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2DAFC (or 0xF2DAFC) is known color: Blue Chalk. HEX triplet: F2, DA and FC. RGB value is (242,218,252). Sum of RGB (Red+Green+Blue) = 242+218+252=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 218 (85.55% from 255 or 30.62% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAFC is #0D2503. Grayscale: #E4E4E4. Windows color (decimal): -861444 or 16571122. OLE color: 16571122.

HSL color Cylindrical-coordinate representation of color #F2DAFC: hue angle of 282.35º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2DAFC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 218 252 -
CMYK 0.04 0.13 0 0.01
HSL 282.35º 0.85% 0.92% -
HSV(B) 282.35º 0.13% 0.99% -
XYZ 79.26 76.05 102.6 -
YUV 229.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 242 218 252 0.04 0.13 0 0.01 282.35 0.85 0.92
Hex F2 DA FC 4 D 0 1 11A 55 5C
Octal 362 332 374 4 15 0 1 432 125 134
Binary 11110010 11011010 11111100 100 1101 0 1 100011010 1010101 1011100

Color Harmonies of #F2DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DAFC

Black with #F2DAFC

Text Example


Text Example

White with #F2DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DAFC; }

 p { color: rgb(242,218,252); }

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

background-color css

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

 a { background-color: rgb(242,218,252); }

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

border-color css

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

 span { border-color: rgb(242,218,252); }

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