#F0C9FD

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

Shades of Blue Chalk #F0C9FD

Tints of Blue Chalk #F0C9FD

Color information

#F0C9FD (or 0xF0C9FD) is unknown color: approx Blue Chalk. HEX triplet: F0, C9 and FD. RGB value is (240,201,253). Sum of RGB (Red+Green+Blue) = 240+201+253=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 201 (78.91% from 255 or 28.96% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0C9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C9FD is #0F3602. Grayscale: #DADADA. Windows color (decimal): -996867 or 16632304. OLE color: 16632304.

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

Color convert

RGB240201253-
CMYK0.050.2100.01
HSL285º92.86%89.02%-
HSV(B)285º20.55%99.22%-
XYZ74.5567.39102.01-
YUV218.59147.42143.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.58%
GREEN value IS 201 (78.91% from 255) = 28.96%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=34.58%
G=28.96%
B=36.46%

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
Decimal2402012530.050.2100.0128592.8689.02
HexF0C9FD5150111d5d59
Octal36031137552501435135131
Binary111100001100100111111101101101010110001110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C9FD; }

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

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

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

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

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

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

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

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