#F0CFFA

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

Shades of Blue Chalk #F0CFFA

Tints of Blue Chalk #F0CFFA

Color information

#F0CFFA (or 0xF0CFFA) is unknown color: approx Blue Chalk. HEX triplet: F0, CF and FA. RGB value is (240,207,250). Sum of RGB (Red+Green+Blue) = 240+207+250=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0CFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFFA is #0F3005. Grayscale: #DDDDDD. Windows color (decimal): -995334 or 16437232. OLE color: 16437232.

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

Color convert

RGB240207250-
CMYK0.040.1700.02
HSL286.05º81.13%89.61%-
HSV(B)286.05º17.2%98.04%-
XYZ75.570.0599.98-
YUV221.77143.93141-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 207 (81.25% from 255) = 29.70%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=34.43%
G=29.70%
B=35.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402072500.040.1700.02286.0581.1389.61
HexF0CFFA4110211e515a
Octal36031737242102436121132
Binary1111000011001111111110101001000101010001111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFFA; }

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

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

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

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

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

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

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

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