#F0CEFA

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

Shades of Blue Chalk #F0CEFA

Tints of Blue Chalk #F0CEFA

Color information

#F0CEFA (or 0xF0CEFA) is unknown color: approx Blue Chalk. HEX triplet: F0, CE and FA. RGB value is (240,206,250). Sum of RGB (Red+Green+Blue) = 240+206+250=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEFA is #0F3105. Grayscale: #DDDDDD. Windows color (decimal): -995590 or 16436976. OLE color: 16436976.

HSL color Cylindrical-coordinate representation of color #F0CEFA: hue angle of 286.36º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0CEFA is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240206250-
CMYK0.040.1800.02
HSL286.36º81.48%89.41%-
HSV(B)286.36º17.6%98.04%-
XYZ75.2669.5799.9-
YUV221.18144.26141.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.48%
GREEN value IS 206 (80.86% from 255) = 29.60%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=34.48%
G=29.60%
B=35.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402062500.040.1800.02286.3681.4889.41
HexF0CEFA4120211e5159
Octal36031637242202436121131
Binary1111000011001110111110101001001001010001111010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEFA; }

 p { color: rgb(240,206,250); }

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

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

 a { background-color: rgb(240,206,250); }

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

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

 span { border-color: rgb(240,206,250); }

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