#F0CCF7

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

Shades of Blue Chalk #F0CCF7

Tints of Blue Chalk #F0CCF7

Color information

#F0CCF7 (or 0xF0CCF7) is unknown color: approx Blue Chalk. HEX triplet: F0, CC and F7. RGB value is (240,204,247). Sum of RGB (Red+Green+Blue) = 240+204+247=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0CCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCF7 is #0F3308. Grayscale: #DBDBDB. Windows color (decimal): -996105 or 16239856. OLE color: 16239856.

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

Color convert

RGB240204247-
CMYK0.030.1700.03
HSL290.23º72.88%88.43%-
HSV(B)290.23º17.41%96.86%-
XYZ74.3268.4397.29-
YUV219.67143.43142.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.73%
GREEN value IS 204 (80.08% from 255) = 29.52%
BLUE value IS 247 (96.88% from 255) = 35.75%
R=34.73%
G=29.52%
B=35.75%

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
Decimal2402042470.030.1700.03290.2372.8888.43
HexF0CCF7311031224958
Octal36031436732103442111130
Binary111100001100110011110111111000101110010001010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCF7; }

 p { color: rgb(240,204,247); }

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

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

 a { background-color: rgb(240,204,247); }

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

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

 span { border-color: rgb(240,204,247); }

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