#F2D9FE

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

Shades of Blue Chalk #F2D9FE

Tints of Blue Chalk #F2D9FE

Color information

#F2D9FE (or 0xF2D9FE) is unknown color: approx Blue Chalk. HEX triplet: F2, D9 and FE. RGB value is (242,217,254). Sum of RGB (Red+Green+Blue) = 242+217+254=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 217 (85.16% from 255 or 30.43% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9FE is #0D2601. Grayscale: #E4E4E4. Windows color (decimal): -861698 or 16701938. OLE color: 16701938.

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

Color convert

RGB242217254-
CMYK0.050.1500.00
HSL280.54º94.87%92.35%-
HSV(B)280.54º14.57%99.61%-
XYZ79.3275.66104.19-
YUV228.69142.28137.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.94%
GREEN value IS 217 (85.16% from 255) = 30.43%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=33.94%
G=30.43%
B=35.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422172540.050.1500.00280.5494.8792.35
HexF2D9FE5F001195f5c
Octal36233137651700431137134
Binary11110010110110011111111010111110010001100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D9FE; }

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

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

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

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

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

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

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

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