#F2C6FA

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

Shades of Blue Chalk #F2C6FA

Tints of Blue Chalk #F2C6FA

Color information

#F2C6FA (or 0xF2C6FA) is unknown color: approx Blue Chalk. HEX triplet: F2, C6 and FA. RGB value is (242,198,250). Sum of RGB (Red+Green+Blue) = 242+198+250=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 198 (77.73% from 255 or 28.70% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2C6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C6FA is #0D3905. Grayscale: #D8D8D8. Windows color (decimal): -866566 or 16434930. OLE color: 16434930.

HSL color Cylindrical-coordinate representation of color #F2C6FA: hue angle of 290.77º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C6FA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242198250-
CMYK0.030.2100.02
HSL290.77º83.87%87.84%-
HSV(B)290.77º20.8%98.04%-
XYZ74.0766.1799.31-
YUV217.08146.58145.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.07%
GREEN value IS 198 (77.73% from 255) = 28.70%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=35.07%
G=28.70%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421982500.030.2100.02290.7783.8787.84
HexF2C6FA315021235458
Octal36230637232502443124130
Binary111100101100011011111010111010101010010001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C6FA; }

 p { color: rgb(242,198,250); }

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

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

 a { background-color: rgb(242,198,250); }

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

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

 span { border-color: rgb(242,198,250); }

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