#F0CDFF

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

Shades of Blue Chalk #F0CDFF

Tints of Blue Chalk #F0CDFF

Color information

#F0CDFF (or 0xF0CDFF) is unknown color: approx Blue Chalk. HEX triplet: F0, CD and FF. RGB value is (240,205,255). Sum of RGB (Red+Green+Blue) = 240+205+255=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDFF is #0F3200. Grayscale: #DDDDDD. Windows color (decimal): -995841 or 16764400. OLE color: 16764400.

HSL color Cylindrical-coordinate representation of color #F0CDFF: hue angle of 282º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0CDFF is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240205255-
CMYK0.060.2000
HSL282º100%90.2%-
HSV(B)282º19.61%100%-
XYZ75.8269.41104.01-
YUV221.16147.1141.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.29%
GREEN value IS 205 (80.47% from 255) = 29.29%
BLUE value IS 255 (100% from 255) = 36.43%
R=34.29%
G=29.29%
B=36.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402052550.060.200028210090.2
HexF0CDFF6140011a645a
Octal36031537762400432144132
Binary111100001100110111111111110101000010001101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDFF; }

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

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

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

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

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

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

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

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