#F6D2FE

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

Shades of Blue Chalk #F6D2FE

Tints of Blue Chalk #F6D2FE

Color information

#F6D2FE (or 0xF6D2FE) is unknown color: approx Blue Chalk. HEX triplet: F6, D2 and FE. RGB value is (246,210,254). Sum of RGB (Red+Green+Blue) = 246+210+254=710 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.65% from 710); Green value is 210 (82.42% from 255 or 29.58% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6D2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D2FE is #092D01. Grayscale: #E1E1E1. Windows color (decimal): -601346 or 16700150. OLE color: 16700150.

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

Color convert

RGB246210254-
CMYK0.030.1700.00
HSL289.09º95.65%90.98%-
HSV(B)289.09º17.32%99.61%-
XYZ78.9472.84103.67-
YUV225.78143.93142.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.65%
GREEN value IS 210 (82.42% from 255) = 29.58%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=34.65%
G=29.58%
B=35.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462102540.030.1700.00289.0995.6590.98
HexF6D2FE31100121605b
Octal36632237632100441140133
Binary11110110110100101111111011100010010010000111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D2FE; }

 p { color: rgb(246,210,254); }

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

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

 a { background-color: rgb(246,210,254); }

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

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

 span { border-color: rgb(246,210,254); }

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