#F0CDFD

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

Shades of Blue Chalk #F0CDFD

Tints of Blue Chalk #F0CDFD

Color information

#F0CDFD (or 0xF0CDFD) is unknown color: approx Blue Chalk. HEX triplet: F0, CD and FD. RGB value is (240,205,253). Sum of RGB (Red+Green+Blue) = 240+205+253=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0CDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDFD is #0F3202. Grayscale: #DCDCDC. Windows color (decimal): -995843 or 16633328. OLE color: 16633328.

HSL color Cylindrical-coordinate representation of color #F0CDFD: hue angle of 283.75º degrees, saturation: 0.92, 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 #F0CDFD is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240205253-
CMYK0.050.1900.01
HSL283.75º92.31%89.8%-
HSV(B)283.75º18.97%99.22%-
XYZ75.569.28102.32-
YUV220.94146.1141.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 205 (80.47% from 255) = 29.37%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=34.38%
G=29.37%
B=36.25%

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
Decimal2402052530.050.1900.01283.7592.3189.8
HexF0CDFD5130111c5c5a
Octal36031537552301434134132
Binary111100001100110111111101101100110110001110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDFD; }

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

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

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

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

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

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

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

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