#F0DBFE

Color #F0DBFE Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #F0DBFE

Tints of Blue Chalk #F0DBFE

Color information

#F0DBFE (or 0xF0DBFE) is unknown color: approx Blue Chalk. HEX triplet: F0, DB and FE. RGB value is (240,219,254). Sum of RGB (Red+Green+Blue) = 240+219+254=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBFE is #0F2401. Grayscale: #E5E5E5. Windows color (decimal): -992258 or 16702448. OLE color: 16702448.

HSL color Cylindrical-coordinate representation of color #F0DBFE: hue angle of 276º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0DBFE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240219254-
CMYK0.060.1400.00
HSL276º94.59%92.75%-
HSV(B)276º13.78%99.61%-
XYZ79.1676.34104.33-
YUV229.27141.96135.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.66%
GREEN value IS 219 (85.94% from 255) = 30.72%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=33.66%
G=30.72%
B=35.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402192540.060.1400.0027694.5992.75
HexF0DBFE6E001145f5d
Octal36033337661600424137135
Binary11110000110110111111111011011100010001010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DBFE; }

 p { color: rgb(240,219,254); }

 H1.HeaderClassName
 {
   color: #F0DBFE;
 }
 .AnyTagClassName
 {
   color: #F0DBFE;
 }
</style>
background-color css

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

 a { background-color: rgb(240,219,254); }

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

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

 span { border-color: rgb(240,219,254); }

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