#F0CFF8

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

Shades of Blue Chalk #F0CFF8

Tints of Blue Chalk #F0CFF8

Color information

#F0CFF8 (or 0xF0CFF8) is unknown color: approx Blue Chalk. HEX triplet: F0, CF and F8. RGB value is (240,207,248). Sum of RGB (Red+Green+Blue) = 240+207+248=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0CFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFF8 is #0F3007. Grayscale: #DDDDDD. Windows color (decimal): -995336 or 16306160. OLE color: 16306160.

HSL color Cylindrical-coordinate representation of color #F0CFF8: hue angle of 288.29º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0CFF8 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB240207248-
CMYK0.030.1700.03
HSL288.29º74.55%89.22%-
HSV(B)288.29º16.53%97.25%-
XYZ75.1969.9398.34-
YUV221.54142.93141.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.53%
GREEN value IS 207 (81.25% from 255) = 29.78%
BLUE value IS 248 (97.27% from 255) = 35.68%
R=34.53%
G=29.78%
B=35.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402072480.030.1700.03288.2974.5589.22
HexF0CFF8311031204b59
Octal36031737032103440113131
Binary111100001100111111111000111000101110010000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFF8; }

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

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

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

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

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

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

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

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