#F2A7CD

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

Shades of Lavender Pink #F2A7CD

Tints of Lavender Pink #F2A7CD

Color information

#F2A7CD (or 0xF2A7CD) is unknown color: approx Lavender Pink. HEX triplet: F2, A7 and CD. RGB value is (242,167,205). Sum of RGB (Red+Green+Blue) = 242+167+205=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A7CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A7CD is #0D5832. Grayscale: #C1C1C1. Windows color (decimal): -874547 or 13477874. OLE color: 13477874.

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

Color convert

RGB242167205-
CMYK00.310.150.05
HSL329.6º74.26%80.2%-
HSV(B)329.6º30.99%94.9%-
XYZ61.4650.9264.35-
YUV193.76134.35162.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.41%
GREEN value IS 167 (65.62% from 255) = 27.20%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=39.41%
G=27.20%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216720500.310.150.05329.674.2680.2
HexF2A7CD01FF514a4a50
Octal362247315037175512112120
Binary111100101010011111001101011111111110110100101010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A7CD; }

 p { color: rgb(242,167,205); }

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

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

 a { background-color: rgb(242,167,205); }

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

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

 span { border-color: rgb(242,167,205); }

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