#F6D4FF

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

Shades of Blue Chalk #F6D4FF

Tints of Blue Chalk #F6D4FF

Color information

#F6D4FF (or 0xF6D4FF) is unknown color: approx Blue Chalk. HEX triplet: F6, D4 and FF. RGB value is (246,212,255). Sum of RGB (Red+Green+Blue) = 246+212+255=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 212 (83.20% from 255 or 29.73% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6D4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D4FF is #092B00. Grayscale: #E2E2E2. Windows color (decimal): -600833 or 16766198. OLE color: 16766198.

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

Color convert

RGB246212255-
CMYK0.040.1700
HSL287.44º100%91.57%-
HSV(B)287.44º16.86%100%-
XYZ79.673.9104.68-
YUV227.07143.76141.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.50%
GREEN value IS 212 (83.20% from 255) = 29.73%
BLUE value IS 255 (100% from 255) = 35.76%
R=34.50%
G=29.73%
B=35.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462122550.040.1700287.4410091.57
HexF6D4FF4110011f645c
Octal36632437742100437144134
Binary111101101101010011111111100100010010001111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D4FF; }

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

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

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

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

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

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

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

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