#F2C9FE

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

Shades of Blue Chalk #F2C9FE

Tints of Blue Chalk #F2C9FE

Color information

#F2C9FE (or 0xF2C9FE) is unknown color: approx Blue Chalk. HEX triplet: F2, C9 and FE. RGB value is (242,201,254). Sum of RGB (Red+Green+Blue) = 242+201+254=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 201 (78.91% from 255 or 28.84% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2C9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C9FE is #0D3601. Grayscale: #DBDBDB. Windows color (decimal): -865794 or 16697842. OLE color: 16697842.

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

Color convert

RGB242201254-
CMYK0.050.2100.00
HSL286.42º96.36%89.22%-
HSV(B)286.42º20.87%99.61%-
XYZ75.3967.81102.88-
YUV219.3147.58144.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.72%
GREEN value IS 201 (78.91% from 255) = 28.84%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=34.72%
G=28.84%
B=36.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422012540.050.2100.00286.4296.3689.22
HexF2C9FE5150011e6059
Octal36231137652500436140131
Binary111100101100100111111110101101010010001111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C9FE; }

 p { color: rgb(242,201,254); }

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

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

 a { background-color: rgb(242,201,254); }

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

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

 span { border-color: rgb(242,201,254); }

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