Html Css Color HEX #F0D6F9 Blue Chalk

📋 copy color: '#F0D6F9'

red 240 ◦ green 214 ◦ blue 249

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

Shades of Blue Chalk #F0D6F9

Tints of Blue Chalk #F0D6F9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.44%

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

R = 34.14%
G = 30.44%
B = 35.42%

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

#F0D6F9 (or 0xF0D6F9) is known color: Blue Chalk. HEX triplet: F0, D6 and F9. RGB value is (240,214,249). Sum of RGB (Red+Green+Blue) = 240+214+249=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0D6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6F9 is #0F2906. Grayscale: #E1E1E1. Windows color (decimal): -993543 or 16373488. OLE color: 16373488.

HSL color Cylindrical-coordinate representation of color #F0D6F9: hue angle of 284.57º 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 #F0D6F9 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 214 249 -
CMYK 0.04 0.14 0 0.02
HSL 284.57º 0.74% 0.91% -
HSV(B) 284.57º 0.14% 0.98% -
XYZ 77.08 73.46 99.74 -
YUV 225.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 240 214 249 0.04 0.14 0 0.02 284.57 0.74 0.91
Hex F0 D6 F9 4 E 0 2 11D 4A 5B
Octal 360 326 371 4 16 0 2 435 112 133
Binary 11110000 11010110 11111001 100 1110 0 10 100011101 1001010 1011011

Color Harmonies of #F0D6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D6F9

Black with #F0D6F9

Text Example


Text Example

White with #F0D6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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