#F6C5FF

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

Shades of Blue Chalk #F6C5FF

Tints of Blue Chalk #F6C5FF

Color information

#F6C5FF (or 0xF6C5FF) is unknown color: approx Blue Chalk. HEX triplet: F6, C5 and FF. RGB value is (246,197,255). Sum of RGB (Red+Green+Blue) = 246+197+255=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 197 (77.34% from 255 or 28.22% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C5FF is #093A00. Grayscale: #DADADA. Windows color (decimal): -604673 or 16762358. OLE color: 16762358.

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

Color convert

RGB246197255-
CMYK0.040.2300
HSL290.69º100%88.63%-
HSV(B)290.69º22.75%100%-
XYZ76.0266.75103.48-
YUV218.26148.73147.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.24%
GREEN value IS 197 (77.34% from 255) = 28.22%
BLUE value IS 255 (100% from 255) = 36.53%
R=35.24%
G=28.22%
B=36.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461972550.040.2300290.6910088.63
HexF6C5FF417001236459
Octal36630537742700443144131
Binary111101101100010111111111100101110010010001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C5FF; }

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

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

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

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

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

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

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

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