#F0C7FC

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

Shades of Blue Chalk #F0C7FC

Tints of Blue Chalk #F0C7FC

Color information

#F0C7FC (or 0xF0C7FC) is unknown color: approx Blue Chalk. HEX triplet: F0, C7 and FC. RGB value is (240,199,252). Sum of RGB (Red+Green+Blue) = 240+199+252=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 199 (78.12% from 255 or 28.80% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0C7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C7FC is #0F3803. Grayscale: #D9D9D9. Windows color (decimal): -997380 or 16566256. OLE color: 16566256.

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

Color convert

RGB240199252-
CMYK0.050.2100.01
HSL286.42º89.83%88.43%-
HSV(B)286.42º21.03%98.82%-
XYZ73.9366.4101.02-
YUV217.3147.58144.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.73%
GREEN value IS 199 (78.12% from 255) = 28.80%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=34.73%
G=28.80%
B=36.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401992520.050.2100.01286.4289.8388.43
HexF0C7FC5150111e5a58
Octal36030737452501436132130
Binary111100001100011111111100101101010110001111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7FC; }

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

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

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

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

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

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

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

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