Html Css Color HEX #F1DAFE Blue Chalk

📋 copy color: '#F1DAFE'

red 241 ◦ green 218 ◦ blue 254

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

Shades of Blue Chalk #F1DAFE

Tints of Blue Chalk #F1DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.62%

R = 33.8%
G = 30.58%
B = 35.62%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1DAFE (or 0xF1DAFE) is known color: Blue Chalk. HEX triplet: F1, DA and FE. RGB value is (241,218,254). Sum of RGB (Red+Green+Blue) = 241+218+254=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 218 (85.55% from 255 or 30.58% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAFE is #0E2501. Grayscale: #E4E4E4. Windows color (decimal): -926978 or 16702193. OLE color: 16702193.

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

Color convert

RGB 241 218 254 -
CMYK 0.05 0.14 0 0.00
HSL 278.33º 0.95% 0.93% -
HSV(B) 278.33º 0.14% 1% -
XYZ 79.24 76 104.26 -
YUV 228.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 241 218 254 0.05 0.14 0 0.00 278.33 0.95 0.93
Hex F1 DA FE 5 E 0 0 116 5F 5D
Octal 361 332 376 5 16 0 0 426 137 135
Binary 11110001 11011010 11111110 101 1110 0 0 100010110 1011111 1011101

Color Harmonies of #F1DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DAFE

Black with #F1DAFE

Text Example


Text Example

White with #F1DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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