#F2C3FB

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

Shades of Blue Chalk #F2C3FB

Tints of Blue Chalk #F2C3FB

Color information

#F2C3FB (or 0xF2C3FB) is unknown color: approx Blue Chalk. HEX triplet: F2, C3 and FB. RGB value is (242,195,251). Sum of RGB (Red+Green+Blue) = 242+195+251=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 195 (76.56% from 255 or 28.34% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2C3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C3FB is #0D3C04. Grayscale: #D7D7D7. Windows color (decimal): -867333 or 16499698. OLE color: 16499698.

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

Color convert

RGB242195251-
CMYK0.040.2200.02
HSL290.36º87.5%87.45%-
HSV(B)290.36º22.31%98.43%-
XYZ73.5564.8799.91-
YUV215.44148.07146.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.17%
GREEN value IS 195 (76.56% from 255) = 28.34%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=35.17%
G=28.34%
B=36.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421952510.040.2200.02290.3687.587.45
HexF2C3FB416021225857
Octal36230337342602442130127
Binary1111001011000011111110111001011001010010001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C3FB; }

 p { color: rgb(242,195,251); }

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

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

 a { background-color: rgb(242,195,251); }

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

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

 span { border-color: rgb(242,195,251); }

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