#F2A3D6

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

Shades of Lavender Rose #F2A3D6

Tints of Lavender Rose #F2A3D6

Color information

#F2A3D6 (or 0xF2A3D6) is unknown color: approx Lavender Rose. HEX triplet: F2, A3 and D6. RGB value is (242,163,214). Sum of RGB (Red+Green+Blue) = 242+163+214=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A3D6 is #0D5C29. Grayscale: #C0C0C0. Windows color (decimal): -875562 or 14066674. OLE color: 14066674.

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

Color convert

RGB242163214-
CMYK00.330.120.05
HSL321.27º75.24%79.41%-
HSV(B)321.27º32.64%94.9%-
XYZ61.8549.9370-
YUV192.44140.17163.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 163 (64.06% from 255) = 26.33%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=39.10%
G=26.33%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216321400.330.120.05321.2775.2479.41
HexF2A3D6021C51414b4f
Octal362243326041145501113117
Binary1111001010100011110101100100001110010110100000110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A3D6; }

 p { color: rgb(242,163,214); }

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

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

 a { background-color: rgb(242,163,214); }

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

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

 span { border-color: rgb(242,163,214); }

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