#F2C9FF

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

Shades of Blue Chalk #F2C9FF

Tints of Blue Chalk #F2C9FF

Color information

#F2C9FF (or 0xF2C9FF) is unknown color: approx Blue Chalk. HEX triplet: F2, C9 and FF. RGB value is (242,201,255). Sum of RGB (Red+Green+Blue) = 242+201+255=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 201 (78.91% from 255 or 28.80% 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 #F2C9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C9FF is #0D3600. Grayscale: #DBDBDB. Windows color (decimal): -865793 or 16763378. OLE color: 16763378.

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

Color convert

RGB242201255-
CMYK0.050.2100
HSL285.56º100%89.41%-
HSV(B)285.56º21.18%100%-
XYZ75.5567.87103.73-
YUV219.42148.08144.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 201 (78.91% from 255) = 28.80%
BLUE value IS 255 (100% from 255) = 36.53%
R=34.67%
G=28.80%
B=36.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422012550.050.2100285.5610089.41
HexF2C9FF5150011e6459
Octal36231137752500436144131
Binary111100101100100111111111101101010010001111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C9FF; }

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

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

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

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

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

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

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

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