#F3A7CF

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

Shades of Lavender Pink #F3A7CF

Tints of Lavender Pink #F3A7CF

Color information

#F3A7CF (or 0xF3A7CF) is unknown color: approx Lavender Pink. HEX triplet: F3, A7 and CF. RGB value is (243,167,207). Sum of RGB (Red+Green+Blue) = 243+167+207=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A7CF is #0C5830. Grayscale: #C2C2C2. Windows color (decimal): -809009 or 13608947. OLE color: 13608947.

HSL color Cylindrical-coordinate representation of color #F3A7CF: hue angle of 328.42º degrees, saturation: 0.76, 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 #F3A7CF is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243167207-
CMYK00.310.150.05
HSL328.42º76%80.39%-
HSV(B)328.42º31.28%95.29%-
XYZ62.0451.265.64-
YUV194.28135.18162.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.38%
GREEN value IS 167 (65.62% from 255) = 27.07%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=39.38%
G=27.07%
B=33.55%

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
Decimal24316720700.310.150.05328.427680.39
HexF3A7CF01FF51484c50
Octal363247317037175510114120
Binary111100111010011111001111011111111110110100100010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A7CF; }

 p { color: rgb(243,167,207); }

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

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

 a { background-color: rgb(243,167,207); }

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

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

 span { border-color: rgb(243,167,207); }

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