#F2DBFB

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

Shades of Blue Chalk #F2DBFB

Tints of Blue Chalk #F2DBFB

Color information

#F2DBFB (or 0xF2DBFB) is unknown color: approx Blue Chalk. HEX triplet: F2, DB and FB. RGB value is (242,219,251). Sum of RGB (Red+Green+Blue) = 242+219+251=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBFB is #0D2404. Grayscale: #E5E5E5. Windows color (decimal): -861189 or 16505842. OLE color: 16505842.

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

Color convert

RGB242219251-
CMYK0.040.1300.02
HSL283.12º80%92.16%-
HSV(B)283.12º12.75%98.43%-
XYZ79.3676.51101.85-
YUV229.52140.12136.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.99%
GREEN value IS 219 (85.94% from 255) = 30.76%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=33.99%
G=30.76%
B=35.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422192510.040.1300.02283.128092.16
HexF2DBFB4D0211b505c
Octal36233337341502433120134
Binary111100101101101111111011100110101010001101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DBFB; }

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

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

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

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

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

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

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

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