#F2DDFB

Color #F2DDFB White Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Lilac #F2DDFB

Tints of White Lilac #F2DDFB

Color information

#F2DDFB (or 0xF2DDFB) is unknown color: approx White Lilac. HEX triplet: F2, DD and FB. RGB value is (242,221,251). Sum of RGB (Red+Green+Blue) = 242+221+251=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDFB is #0D2204. Grayscale: #E6E6E6. Windows color (decimal): -860677 or 16506354. OLE color: 16506354.

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

Color convert

RGB242221251-
CMYK0.040.1200.02
HSL282º78.95%92.55%-
HSV(B)282º11.95%98.43%-
XYZ79.8977.56102.03-
YUV230.7139.46136.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.89%
GREEN value IS 221 (86.72% from 255) = 30.95%
BLUE value IS 251 (98.44% from 255) = 35.15%
R=33.89%
G=30.95%
B=35.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422212510.040.1200.0228278.9592.55
HexF2DDFB4C0211a4f5d
Octal36233537341402432117135
Binary111100101101110111111011100110001010001101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDFB; }

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

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

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

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

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

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

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

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