#F2D1FB

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

Shades of Blue Chalk #F2D1FB

Tints of Blue Chalk #F2D1FB

Color information

#F2D1FB (or 0xF2D1FB) is unknown color: approx Blue Chalk. HEX triplet: F2, D1 and FB. RGB value is (242,209,251). Sum of RGB (Red+Green+Blue) = 242+209+251=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 209 (82.03% from 255 or 29.77% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2D1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1FB is #0D2E04. Grayscale: #DFDFDF. Windows color (decimal): -863749 or 16503282. OLE color: 16503282.

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

Color convert

RGB242209251-
CMYK0.040.1700.02
HSL287.14º84%90.2%-
HSV(B)287.14º16.73%98.43%-
XYZ76.8371.44101.01-
YUV223.66143.43141.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.47%
GREEN value IS 209 (82.03% from 255) = 29.77%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=34.47%
G=29.77%
B=35.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422092510.040.1700.02287.148490.2
HexF2D1FB4110211f545a
Octal36232137342102437124132
Binary1111001011010001111110111001000101010001111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D1FB; }

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

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

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

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

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

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

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

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