Html Css Color HEX #F1DAFA Blue Chalk

📋 copy color: '#F1DAFA'

red 241 ◦ green 218 ◦ blue 250

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

Shades of Blue Chalk #F1DAFA

Tints of Blue Chalk #F1DAFA

RGB

 RED value IS 241 (94.53% from 255) = 33.99%

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

 BLUE value IS 250 (98.05% from 255) = 35.26%

R = 33.99%
G = 30.75%
B = 35.26%

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

#F1DAFA (or 0xF1DAFA) is known color: Blue Chalk. HEX triplet: F1, DA and FA. RGB value is (241,218,250). Sum of RGB (Red+Green+Blue) = 241+218+250=709 (93% of max value = 765). Red value is 241 (94.53% from 255 or 33.99% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAFA is #0E2505. Grayscale: #E4E4E4. Windows color (decimal): -926982 or 16440049. OLE color: 16440049.

HSL color Cylindrical-coordinate representation of color #F1DAFA: hue angle of 283.12º degrees, saturation: 0.76, 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 #F1DAFA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 218 250 -
CMYK 0.04 0.13 0 0.02
HSL 283.13º 0.76% 0.92% -
HSV(B) 283.13º 0.13% 0.98% -
XYZ 78.6 75.75 100.92 -
YUV 228.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 241 218 250 0.04 0.13 0 0.02 283.13 0.76 0.92
Hex F1 DA FA 4 D 0 2 11B 4C 5C
Octal 361 332 372 4 15 0 2 433 114 134
Binary 11110001 11011010 11111010 100 1101 0 10 100011011 1001100 1011100

Color Harmonies of #F1DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DAFA

Black with #F1DAFA

Text Example


Text Example

White with #F1DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DAFA; }

 p { color: rgb(241,218,250); }

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

background-color css

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

 a { background-color: rgb(241,218,250); }

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

border-color css

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

 span { border-color: rgb(241,218,250); }

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