#F6CEFF

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

Shades of Blue Chalk #F6CEFF

Tints of Blue Chalk #F6CEFF

Color information

#F6CEFF (or 0xF6CEFF) is unknown color: approx Blue Chalk. HEX triplet: F6, CE and FF. RGB value is (246,206,255). Sum of RGB (Red+Green+Blue) = 246+206+255=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 206 (80.86% from 255 or 29.14% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEFF is #093100. Grayscale: #DFDFDF. Windows color (decimal): -602369 or 16764662. OLE color: 16764662.

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

Color convert

RGB246206255-
CMYK0.040.1900
HSL288.98º100%90.39%-
HSV(B)288.98º19.22%100%-
XYZ78.1370.96104.19-
YUV223.55145.75144.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.79%
GREEN value IS 206 (80.86% from 255) = 29.14%
BLUE value IS 255 (100% from 255) = 36.07%
R=34.79%
G=29.14%
B=36.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462062550.040.1900288.9810090.39
HexF6CEFF41300121645a
Octal36631637742300441144132
Binary111101101100111011111111100100110010010000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEFF; }

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

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

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

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

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

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

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

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