#F0C7FE

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

Shades of Blue Chalk #F0C7FE

Tints of Blue Chalk #F0C7FE

Color information

#F0C7FE (or 0xF0C7FE) is unknown color: approx Blue Chalk. HEX triplet: F0, C7 and FE. RGB value is (240,199,254). Sum of RGB (Red+Green+Blue) = 240+199+254=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 199 (78.12% from 255 or 28.72% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0C7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C7FE is #0F3801. Grayscale: #D9D9D9. Windows color (decimal): -997378 or 16697328. OLE color: 16697328.

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

Color convert

RGB240199254-
CMYK0.060.2200.00
HSL284.73º96.49%88.82%-
HSV(B)284.73º21.65%99.61%-
XYZ74.2566.53102.69-
YUV217.53148.58144.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 199 (78.12% from 255) = 28.72%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=34.63%
G=28.72%
B=36.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401992540.060.2200.00284.7396.4988.82
HexF0C7FE6160011d6059
Octal36030737662600435140131
Binary111100001100011111111110110101100010001110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7FE; }

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

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

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

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

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

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

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

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