#F4A7CF

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

Shades of Lavender Pink #F4A7CF

Tints of Lavender Pink #F4A7CF

Color information

#F4A7CF (or 0xF4A7CF) is unknown color: approx Lavender Pink. HEX triplet: F4, A7 and CF. RGB value is (244,167,207). Sum of RGB (Red+Green+Blue) = 244+167+207=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A7CF is #0B5830. Grayscale: #C2C2C2. Windows color (decimal): -743473 or 13608948. OLE color: 13608948.

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

Color convert

RGB244167207-
CMYK00.320.150.04
HSL328.83º77.78%80.59%-
HSV(B)328.83º31.56%95.69%-
XYZ62.3951.3865.66-
YUV194.58135.01163.25-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.48%
GREEN value IS 167 (65.62% from 255) = 27.02%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=39.48%
G=27.02%
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.04
SystemRedGreenBlueCMYKHSL
Decimal24416720700.320.150.04328.8377.7880.59
HexF4A7CF020F41494e51
Octal364247317040174511116121
Binary1111010010100111110011110100000111110010100100110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A7CF; }

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

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

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

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

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

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

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

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