#F6D7FE

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

Shades of Blue Chalk #F6D7FE

Tints of Blue Chalk #F6D7FE

Color information

#F6D7FE (or 0xF6D7FE) is unknown color: approx Blue Chalk. HEX triplet: F6, D7 and FE. RGB value is (246,215,254). Sum of RGB (Red+Green+Blue) = 246+215+254=715 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.41% from 715); Green value is 215 (84.38% from 255 or 30.07% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D7FE is #092801. Grayscale: #E4E4E4. Windows color (decimal): -600066 or 16701430. OLE color: 16701430.

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

Color convert

RGB246215254-
CMYK0.030.1500.00
HSL287.69º95.12%91.96%-
HSV(B)287.69º15.35%99.61%-
XYZ80.275.35104.08-
YUV228.72142.27140.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.41%
GREEN value IS 215 (84.38% from 255) = 30.07%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=34.41%
G=30.07%
B=35.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462152540.030.1500.00287.6995.1291.96
HexF6D7FE3F001205f5c
Octal36632737631700440137134
Binary1111011011010111111111101111110010010000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D7FE; }

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

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

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

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

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

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

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

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