Html Css Color HEX #F1D9FF Blue Chalk

📋 copy color: '#F1D9FF'

red 241 ◦ green 217 ◦ blue 255

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

Shades of Blue Chalk #F1D9FF

Tints of Blue Chalk #F1D9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.76%

R = 33.8%
G = 30.43%
B = 35.76%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1D9FF (or 0xF1D9FF) is known color: Blue Chalk. HEX triplet: F1, D9 and FF. RGB value is (241,217,255). Sum of RGB (Red+Green+Blue) = 241+217+255=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 217 (85.16% from 255 or 30.43% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D9FF is #0E2600. Grayscale: #E4E4E4. Windows color (decimal): -927233 or 16767473. OLE color: 16767473.

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

Color convert

RGB 241 217 255 -
CMYK 0.05 0.15 0 0
HSL 277.89º 1% 0.93% -
HSV(B) 277.89º 0.15% 1% -
XYZ 79.14 75.55 105.02 -
YUV 228.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 241 217 255 0.05 0.15 0 0 277.89 1 0.93
Hex F1 D9 FF 5 F 0 0 116 64 5D
Octal 361 331 377 5 17 0 0 426 144 135
Binary 11110001 11011001 11111111 101 1111 0 0 100010110 1100100 1011101

Color Harmonies of #F1D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D9FF

Black with #F1D9FF

Text Example


Text Example

White with #F1D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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