Html Css Color HEX #F1D9F9 Blue Chalk

📋 copy color: '#F1D9F9'

red 241 ◦ green 217 ◦ blue 249

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

Shades of Blue Chalk #F1D9F9

Tints of Blue Chalk #F1D9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.69%

 BLUE value IS 249 (97.66% from 255) = 35.22%

R = 34.09%
G = 30.69%
B = 35.22%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1D9F9 (or 0xF1D9F9) is known color: Blue Chalk. HEX triplet: F1, D9 and F9. RGB value is (241,217,249). Sum of RGB (Red+Green+Blue) = 241+217+249=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1D9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D9F9 is #0E2606. Grayscale: #E3E3E3. Windows color (decimal): -927239 or 16374257. OLE color: 16374257.

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

Color convert

RGB 241 217 249 -
CMYK 0.03 0.13 0 0.02
HSL 285º 0.73% 0.91% -
HSV(B) 285º 0.13% 0.98% -
XYZ 78.19 75.17 100.01 -
YUV 227.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 241 217 249 0.03 0.13 0 0.02 285 0.73 0.91
Hex F1 D9 F9 3 D 0 2 11D 49 5B
Octal 361 331 371 3 15 0 2 435 111 133
Binary 11110001 11011001 11111001 11 1101 0 10 100011101 1001001 1011011

Color Harmonies of #F1D9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D9F9

Black with #F1D9F9

Text Example


Text Example

White with #F1D9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D9F9; }

 p { color: rgb(241,217,249); }

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

background-color css

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

 a { background-color: rgb(241,217,249); }

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

border-color css

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

 span { border-color: rgb(241,217,249); }

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