#F0C6FD

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

Shades of Blue Chalk #F0C6FD

Tints of Blue Chalk #F0C6FD

Color information

#F0C6FD (or 0xF0C6FD) is unknown color: approx Blue Chalk. HEX triplet: F0, C6 and FD. RGB value is (240,198,253). Sum of RGB (Red+Green+Blue) = 240+198+253=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 198 (77.73% from 255 or 28.65% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0C6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6FD is #0F3902. Grayscale: #D8D8D8. Windows color (decimal): -997635 or 16631536. OLE color: 16631536.

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

Color convert

RGB240198253-
CMYK0.050.2200.01
HSL285.82º93.22%88.43%-
HSV(B)285.82º21.74%99.22%-
XYZ73.8666.01101.78-
YUV216.83148.41144.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.73%
GREEN value IS 198 (77.73% from 255) = 28.65%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=34.73%
G=28.65%
B=36.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401982530.050.2200.01285.8293.2288.43
HexF0C6FD5160111e5d58
Octal36030637552601436135130
Binary111100001100011011111101101101100110001111010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6FD; }

 p { color: rgb(240,198,253); }

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

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

 a { background-color: rgb(240,198,253); }

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

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

 span { border-color: rgb(240,198,253); }

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