Html Css Color HEX #F1D0FD Blue Chalk

📋 copy color: '#F1D0FD'

red 241 ◦ green 208 ◦ blue 253

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

Shades of Blue Chalk #F1D0FD

Tints of Blue Chalk #F1D0FD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.63%

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

R = 34.33%
G = 29.63%
B = 36.04%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F1D0FD (or 0xF1D0FD) is known color: Blue Chalk. HEX triplet: F1, D0 and FD. RGB value is (241,208,253). Sum of RGB (Red+Green+Blue) = 241+208+253=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 208 (81.64% from 255 or 29.63% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1D0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0FD is #0E2F02. Grayscale: #DEDEDE. Windows color (decimal): -929539 or 16634097. OLE color: 16634097.

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

Color convert

RGB 241 208 253 -
CMYK 0.05 0.18 0 0.01
HSL 284º 0.92% 0.9% -
HSV(B) 284º 0.18% 0.99% -
XYZ 76.56 70.9 102.58 -
YUV 223 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 241 208 253 0.05 0.18 0 0.01 284 0.92 0.9
Hex F1 D0 FD 5 12 0 1 11C 5C 5A
Octal 361 320 375 5 22 0 1 434 134 132
Binary 11110001 11010000 11111101 101 10010 0 1 100011100 1011100 1011010

Color Harmonies of #F1D0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0FD

Black with #F1D0FD

Text Example


Text Example

White with #F1D0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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