Html Css Color HEX #F0D7F9 Blue Chalk

📋 copy color: '#F0D7F9'

red 240 ◦ green 215 ◦ blue 249

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

Shades of Blue Chalk #F0D7F9

Tints of Blue Chalk #F0D7F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.37%

R = 34.09%
G = 30.54%
B = 35.37%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0D7F9 (or 0xF0D7F9) is known color: Blue Chalk. HEX triplet: F0, D7 and F9. RGB value is (240,215,249). Sum of RGB (Red+Green+Blue) = 240+215+249=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 215 (84.38% from 255 or 30.54% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0D7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D7F9 is #0F2806. Grayscale: #E2E2E2. Windows color (decimal): -993287 or 16373744. OLE color: 16373744.

HSL color Cylindrical-coordinate representation of color #F0D7F9: hue angle of 284.12º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0D7F9 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 215 249 -
CMYK 0.04 0.14 0 0.02
HSL 284.12º 0.74% 0.91% -
HSV(B) 284.12º 0.14% 0.98% -
XYZ 77.33 73.97 99.82 -
YUV 226.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 240 215 249 0.04 0.14 0 0.02 284.12 0.74 0.91
Hex F0 D7 F9 4 E 0 2 11C 4A 5B
Octal 360 327 371 4 16 0 2 434 112 133
Binary 11110000 11010111 11111001 100 1110 0 10 100011100 1001010 1011011

Color Harmonies of #F0D7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7F9

Black with #F0D7F9

Text Example


Text Example

White with #F0D7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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