#F2AECB

Color #F2AECB Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F2AECB

Tints of Lavender Pink #F2AECB

Color information

#F2AECB (or 0xF2AECB) is unknown color: approx Lavender Pink. HEX triplet: F2, AE and CB. RGB value is (242,174,203). Sum of RGB (Red+Green+Blue) = 242+174+203=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AECB is #0D5134. Grayscale: #C5C5C5. Windows color (decimal): -872757 or 13348594. OLE color: 13348594.

HSL color Cylindrical-coordinate representation of color #F2AECB: hue angle of 334.41º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AECB is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242174203-
CMYK00.280.160.05
HSL334.41º72.34%81.57%-
HSV(B)334.41º28.1%94.9%-
XYZ62.5353.4663.52-
YUV197.64131.03159.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=39.10%
G=28.11%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217420300.280.160.05334.4172.3481.57
HexF2AECB01C10514e4852
Octal362256313034205516110122
Binary1111001010101110110010110111001000010110100111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AECB; }

 p { color: rgb(242,174,203); }

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

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

 a { background-color: rgb(242,174,203); }

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

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

 span { border-color: rgb(242,174,203); }

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