Html Css Color HEX #F1D8FF Blue Chalk

📋 copy color: '#F1D8FF'

red 241 ◦ green 216 ◦ blue 255

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

Shades of Blue Chalk #F1D8FF

Tints of Blue Chalk #F1D8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.34%

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

R = 33.85%
G = 30.34%
B = 35.81%

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

#F1D8FF (or 0xF1D8FF) is known color: Blue Chalk. HEX triplet: F1, D8 and FF. RGB value is (241,216,255). Sum of RGB (Red+Green+Blue) = 241+216+255=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 216 (84.77% from 255 or 30.34% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1D8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D8FF is #0E2700. Grayscale: #E3E3E3. Windows color (decimal): -927489 or 16767217. OLE color: 16767217.

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

Color convert

RGB 241 216 255 -
CMYK 0.05 0.15 0 0
HSL 278.46º 1% 0.92% -
HSV(B) 278.46º 0.15% 1% -
XYZ 78.88 75.03 104.93 -
YUV 227.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 241 216 255 0.05 0.15 0 0 278.46 1 0.92
Hex F1 D8 FF 5 F 0 0 116 64 5C
Octal 361 330 377 5 17 0 0 426 144 134
Binary 11110001 11011000 11111111 101 1111 0 0 100010110 1100100 1011100

Color Harmonies of #F1D8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8FF

Black with #F1D8FF

Text Example


Text Example

White with #F1D8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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