#F2A5CD

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

Shades of Lavender Pink #F2A5CD

Tints of Lavender Pink #F2A5CD

Color information

#F2A5CD (or 0xF2A5CD) is unknown color: approx Lavender Pink. HEX triplet: F2, A5 and CD. RGB value is (242,165,205). Sum of RGB (Red+Green+Blue) = 242+165+205=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5CD is #0D5A32. Grayscale: #C0C0C0. Windows color (decimal): -875059 or 13477362. OLE color: 13477362.

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

Color convert

RGB242165205-
CMYK00.320.150.05
HSL328.83º74.76%79.8%-
HSV(B)328.83º31.82%94.9%-
XYZ61.0950.264.23-
YUV192.58135.01163.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 165 (64.84% from 255) = 26.96%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=39.54%
G=26.96%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216520500.320.150.05328.8374.7679.8
HexF2A5CD020F51494b50
Octal362245315040175511113120
Binary1111001010100101110011010100000111110110100100110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A5CD; }

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

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

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

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

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

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

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

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