Html Css Color HEX #F2DAFB Blue Chalk

📋 copy color: '#F2DAFB'

red 242 ◦ green 218 ◦ blue 251

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

Shades of Blue Chalk #F2DAFB

Tints of Blue Chalk #F2DAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.3%

R = 34.04%
G = 30.66%
B = 35.3%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2DAFB (or 0xF2DAFB) is known color: Blue Chalk. HEX triplet: F2, DA and FB. RGB value is (242,218,251). Sum of RGB (Red+Green+Blue) = 242+218+251=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAFB is #0D2504. Grayscale: #E4E4E4. Windows color (decimal): -861445 or 16505586. OLE color: 16505586.

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

Color convert

RGB 242 218 251 -
CMYK 0.04 0.13 0 0.02
HSL 283.64º 0.8% 0.92% -
HSV(B) 283.64º 0.13% 0.98% -
XYZ 79.1 75.99 101.76 -
YUV 228.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 242 218 251 0.04 0.13 0 0.02 283.64 0.8 0.92
Hex F2 DA FB 4 D 0 2 11C 50 5C
Octal 362 332 373 4 15 0 2 434 120 134
Binary 11110010 11011010 11111011 100 1101 0 10 100011100 1010000 1011100

Color Harmonies of #F2DAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DAFB

Black with #F2DAFB

Text Example


Text Example

White with #F2DAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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