#F0CDFE

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

Shades of Blue Chalk #F0CDFE

Tints of Blue Chalk #F0CDFE

Color information

#F0CDFE (or 0xF0CDFE) is unknown color: approx Blue Chalk. HEX triplet: F0, CD and FE. RGB value is (240,205,254). Sum of RGB (Red+Green+Blue) = 240+205+254=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0CDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDFE is #0F3201. Grayscale: #DCDCDC. Windows color (decimal): -995842 or 16698864. OLE color: 16698864.

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

Color convert

RGB240205254-
CMYK0.060.1900.00
HSL282.86º96.08%90%-
HSV(B)282.86º19.29%99.61%-
XYZ75.6669.34103.16-
YUV221.05146.6141.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.33%
GREEN value IS 205 (80.47% from 255) = 29.33%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=34.33%
G=29.33%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402052540.060.1900.00282.8696.0890
HexF0CDFE6130011b605a
Octal36031537662300433140132
Binary111100001100110111111110110100110010001101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDFE; }

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

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

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

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

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

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

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

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