#F0CDFC

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

Shades of Blue Chalk #F0CDFC

Tints of Blue Chalk #F0CDFC

Color information

#F0CDFC (or 0xF0CDFC) is unknown color: approx Blue Chalk. HEX triplet: F0, CD and FC. RGB value is (240,205,252). Sum of RGB (Red+Green+Blue) = 240+205+252=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0CDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDFC is #0F3203. Grayscale: #DCDCDC. Windows color (decimal): -995844 or 16567792. OLE color: 16567792.

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

Color convert

RGB240205252-
CMYK0.050.1900.01
HSL284.68º88.68%89.61%-
HSV(B)284.68º18.65%98.82%-
XYZ75.3469.22101.48-
YUV220.82145.6141.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 205 (80.47% from 255) = 29.41%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=34.43%
G=29.41%
B=36.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402052520.050.1900.01284.6888.6889.61
HexF0CDFC5130111d595a
Octal36031537452301435131132
Binary111100001100110111111100101100110110001110110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDFC; }

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

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

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

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

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

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

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

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