Html Css Color HEX #F0D1FD Blue Chalk

📋 copy color: '#F0D1FD'

red 240 ◦ green 209 ◦ blue 253

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

Shades of Blue Chalk #F0D1FD

Tints of Blue Chalk #F0D1FD

RGB

 RED value IS 240 (94.14% from 255) = 34.19%

 GREEN value IS 209 (82.03% from 255) = 29.77%

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

R = 34.19%
G = 29.77%
B = 36.04%

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

#F0D1FD (or 0xF0D1FD) is known color: Blue Chalk. HEX triplet: F0, D1 and FD. RGB value is (240,209,253). Sum of RGB (Red+Green+Blue) = 240+209+253=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 209 (82.03% from 255 or 29.77% 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 #F0D1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D1FD is #0F2E02. Grayscale: #DFDFDF. Windows color (decimal): -994819 or 16634352. OLE color: 16634352.

HSL color Cylindrical-coordinate representation of color #F0D1FD: hue angle of 282.27º degrees, saturation: 0.92, 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 #F0D1FD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 209 253 -
CMYK 0.05 0.17 0 0.01
HSL 282.27º 0.92% 0.91% -
HSV(B) 282.27º 0.17% 0.99% -
XYZ 76.47 71.22 102.64 -
YUV 223.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 240 209 253 0.05 0.17 0 0.01 282.27 0.92 0.91
Hex F0 D1 FD 5 11 0 1 11A 5C 5B
Octal 360 321 375 5 21 0 1 432 134 133
Binary 11110000 11010001 11111101 101 10001 0 1 100011010 1011100 1011011

Color Harmonies of #F0D1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D1FD

Black with #F0D1FD

Text Example


Text Example

White with #F0D1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D1FD; }

 p { color: rgb(240,209,253); }

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

background-color css

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

 a { background-color: rgb(240,209,253); }

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

border-color css

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

 span { border-color: rgb(240,209,253); }

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