Html Css Color HEX #F1D3FD Blue Chalk

📋 copy color: '#F1D3FD'

red 241 ◦ green 211 ◦ blue 253

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

Shades of Blue Chalk #F1D3FD

Tints of Blue Chalk #F1D3FD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 29.93%

 BLUE value IS 253 (99.22% from 255) = 35.89%

R = 34.18%
G = 29.93%
B = 35.89%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F1D3FD (or 0xF1D3FD) is known color: Blue Chalk. HEX triplet: F1, D3 and FD. RGB value is (241,211,253). Sum of RGB (Red+Green+Blue) = 241+211+253=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 211 (82.81% from 255 or 29.93% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1D3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D3FD is #0E2C02. Grayscale: #E0E0E0. Windows color (decimal): -928771 or 16634865. OLE color: 16634865.

HSL color Cylindrical-coordinate representation of color #F1D3FD: hue angle of 282.86º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1D3FD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 211 253 -
CMYK 0.05 0.17 0 0.01
HSL 282.86º 0.91% 0.91% -
HSV(B) 282.86º 0.17% 0.99% -
XYZ 77.3 72.38 102.83 -
YUV 224.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 241 211 253 0.05 0.17 0 0.01 282.86 0.91 0.91
Hex F1 D3 FD 5 11 0 1 11B 5B 5B
Octal 361 323 375 5 21 0 1 433 133 133
Binary 11110001 11010011 11111101 101 10001 0 1 100011011 1011011 1011011

Color Harmonies of #F1D3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D3FD

Black with #F1D3FD

Text Example


Text Example

White with #F1D3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D3FD; }

 p { color: rgb(241,211,253); }

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

background-color css

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

 a { background-color: rgb(241,211,253); }

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

border-color css

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

 span { border-color: rgb(241,211,253); }

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