#F6CCFF

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

Shades of Blue Chalk #F6CCFF

Tints of Blue Chalk #F6CCFF

Color information

#F6CCFF (or 0xF6CCFF) is unknown color: approx Blue Chalk. HEX triplet: F6, CC and FF. RGB value is (246,204,255). Sum of RGB (Red+Green+Blue) = 246+204+255=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CCFF is #093300. Grayscale: #DEDEDE. Windows color (decimal): -602881 or 16764150. OLE color: 16764150.

HSL color Cylindrical-coordinate representation of color #F6CCFF: hue angle of 289.41º 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 #F6CCFF is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB246204255-
CMYK0.040.200
HSL289.41º100%90%-
HSV(B)289.41º20%100%-
XYZ77.6570104.03-
YUV222.37146.41144.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.89%
GREEN value IS 204 (80.08% from 255) = 28.94%
BLUE value IS 255 (100% from 255) = 36.17%
R=34.89%
G=28.94%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462042550.040.200289.4110090
HexF6CCFF41400121645a
Octal36631437742400441144132
Binary111101101100110011111111100101000010010000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCFF; }

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

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

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

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

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

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

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

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