Html Css Color HEX #F0D9FD Blue Chalk

📋 copy color: '#F0D9FD'

red 240 ◦ green 217 ◦ blue 253

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

Shades of Blue Chalk #F0D9FD

Tints of Blue Chalk #F0D9FD

RGB

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

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

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

R = 33.8%
G = 30.56%
B = 35.63%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0D9FD (or 0xF0D9FD) is known color: Blue Chalk. HEX triplet: F0, D9 and FD. RGB value is (240,217,253). Sum of RGB (Red+Green+Blue) = 240+217+253=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 217 (85.16% from 255 or 30.56% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0D9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9FD is #0F2602. Grayscale: #E3E3E3. Windows color (decimal): -992771 or 16636400. OLE color: 16636400.

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

Color convert

RGB 240 217 253 -
CMYK 0.05 0.14 0 0.01
HSL 278.33º 0.9% 0.92% -
HSV(B) 278.33º 0.14% 0.99% -
XYZ 78.48 75.24 103.32 -
YUV 227.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 240 217 253 0.05 0.14 0 0.01 278.33 0.9 0.92
Hex F0 D9 FD 5 E 0 1 116 5A 5C
Octal 360 331 375 5 16 0 1 426 132 134
Binary 11110000 11011001 11111101 101 1110 0 1 100010110 1011010 1011100

Color Harmonies of #F0D9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9FD

Black with #F0D9FD

Text Example


Text Example

White with #F0D9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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