#F0CDF8

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

Shades of Blue Chalk #F0CDF8

Tints of Blue Chalk #F0CDF8

Color information

#F0CDF8 (or 0xF0CDF8) is unknown color: approx Blue Chalk. HEX triplet: F0, CD and F8. RGB value is (240,205,248). Sum of RGB (Red+Green+Blue) = 240+205+248=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0CDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDF8 is #0F3207. Grayscale: #DCDCDC. Windows color (decimal): -995848 or 16305648. OLE color: 16305648.

HSL color Cylindrical-coordinate representation of color #F0CDF8: hue angle of 288.84º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0CDF8 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB240205248-
CMYK0.030.1700.03
HSL288.84º75.44%88.82%-
HSV(B)288.84º17.34%97.25%-
XYZ74.7168.9798.18-
YUV220.37143.6142-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 205 (80.47% from 255) = 29.58%
BLUE value IS 248 (97.27% from 255) = 35.79%
R=34.63%
G=29.58%
B=35.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402052480.030.1700.03288.8475.4488.82
HexF0CDF8311031214b59
Octal36031537032103441113131
Binary111100001100110111111000111000101110010000110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDF8; }

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

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

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

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

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

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

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

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