Html Css Color HEX #F2DAFD Blue Chalk

📋 copy color: '#F2DAFD'

red 242 ◦ green 218 ◦ blue 253

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

Shades of Blue Chalk #F2DAFD

Tints of Blue Chalk #F2DAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.48%

R = 33.94%
G = 30.58%
B = 35.48%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2DAFD (or 0xF2DAFD) is known color: Blue Chalk. HEX triplet: F2, DA and FD. RGB value is (242,218,253). Sum of RGB (Red+Green+Blue) = 242+218+253=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 218 (85.55% from 255 or 30.58% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAFD is #0D2502. Grayscale: #E5E5E5. Windows color (decimal): -861443 or 16636658. OLE color: 16636658.

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

Color convert

RGB 242 218 253 -
CMYK 0.04 0.14 0 0.01
HSL 281.14º 0.9% 0.92% -
HSV(B) 281.14º 0.14% 0.99% -
XYZ 79.42 76.11 103.43 -
YUV 229.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 242 218 253 0.04 0.14 0 0.01 281.14 0.9 0.92
Hex F2 DA FD 4 E 0 1 119 5A 5C
Octal 362 332 375 4 16 0 1 431 132 134
Binary 11110010 11011010 11111101 100 1110 0 1 100011001 1011010 1011100

Color Harmonies of #F2DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DAFD

Black with #F2DAFD

Text Example


Text Example

White with #F2DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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