Html Css Color HEX #F0D7FD Blue Chalk

📋 copy color: '#F0D7FD'

red 240 ◦ green 215 ◦ blue 253

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

Shades of Blue Chalk #F0D7FD

Tints of Blue Chalk #F0D7FD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.37%

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

R = 33.9%
G = 30.37%
B = 35.73%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0D7FD (or 0xF0D7FD) is known color: Blue Chalk. HEX triplet: F0, D7 and FD. RGB value is (240,215,253). Sum of RGB (Red+Green+Blue) = 240+215+253=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 215 (84.38% from 255 or 30.37% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0D7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D7FD is #0F2802. Grayscale: #E2E2E2. Windows color (decimal): -993283 or 16635888. OLE color: 16635888.

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

Color convert

RGB 240 215 253 -
CMYK 0.05 0.15 0 0.01
HSL 279.47º 0.9% 0.92% -
HSV(B) 279.47º 0.15% 0.99% -
XYZ 77.97 74.22 103.14 -
YUV 226.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 240 215 253 0.05 0.15 0 0.01 279.47 0.9 0.92
Hex F0 D7 FD 5 F 0 1 117 5A 5C
Octal 360 327 375 5 17 0 1 427 132 134
Binary 11110000 11010111 11111101 101 1111 0 1 100010111 1011010 1011100

Color Harmonies of #F0D7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7FD

Black with #F0D7FD

Text Example


Text Example

White with #F0D7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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