#F2C8FA

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

Shades of Blue Chalk #F2C8FA

Tints of Blue Chalk #F2C8FA

Color information

#F2C8FA (or 0xF2C8FA) is unknown color: approx Blue Chalk. HEX triplet: F2, C8 and FA. RGB value is (242,200,250). Sum of RGB (Red+Green+Blue) = 242+200+250=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2C8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C8FA is #0D3705. Grayscale: #DADADA. Windows color (decimal): -866054 or 16435442. OLE color: 16435442.

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

Color convert

RGB242200250-
CMYK0.030.200.02
HSL290.4º83.33%88.24%-
HSV(B)290.4º20%98.04%-
XYZ74.5367.0999.46-
YUV218.26145.91144.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.97%
GREEN value IS 200 (78.52% from 255) = 28.90%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=34.97%
G=28.90%
B=36.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422002500.030.200.02290.483.3388.24
HexF2C8FA314021225358
Octal36231037232402442123130
Binary111100101100100011111010111010001010010001010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C8FA; }

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

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

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

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

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

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

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

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