#F7CCFF

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

Shades of Blue Chalk #F7CCFF

Tints of Blue Chalk #F7CCFF

Color information

#F7CCFF (or 0xF7CCFF) is unknown color: approx Blue Chalk. HEX triplet: F7, CC and FF. RGB value is (247,204,255). Sum of RGB (Red+Green+Blue) = 247+204+255=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 204 (80.08% from 255 or 28.90% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CCFF is #083300. Grayscale: #DEDEDE. Windows color (decimal): -537345 or 16764151. OLE color: 16764151.

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

Color convert

RGB247204255-
CMYK0.030.200
HSL290.59º100%90%-
HSV(B)290.59º20%100%-
XYZ7870.18104.04-
YUV222.67146.25145.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.99%
GREEN value IS 204 (80.08% from 255) = 28.90%
BLUE value IS 255 (100% from 255) = 36.12%
R=34.99%
G=28.90%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472042550.030.200290.5910090
HexF7CCFF31400123645a
Octal36731437732400443144132
Binary11110111110011001111111111101000010010001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCFF; }

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

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

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

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

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

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

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

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