#F29FCF

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

Shades of Lavender Pink #F29FCF

Tints of Lavender Pink #F29FCF

Color information

#F29FCF (or 0xF29FCF) is unknown color: approx Lavender Pink. HEX triplet: F2, 9F and CF. RGB value is (242,159,207). Sum of RGB (Red+Green+Blue) = 242+159+207=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FCF is #0D6030. Grayscale: #BDBDBD. Windows color (decimal): -876593 or 13606898. OLE color: 13606898.

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

Color convert

RGB242159207-
CMYK00.340.140.05
HSL325.3º76.15%78.63%-
HSV(B)325.3º34.3%94.9%-
XYZ60.2848.1865.15-
YUV189.29138165.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 159 (62.5% from 255) = 26.15%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=39.80%
G=26.15%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215920700.340.140.05325.376.1578.63
HexF29FCF022E51454c4f
Octal362237317042165505114117
Binary1111001010011111110011110100010111010110100010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29FCF; }

 p { color: rgb(242,159,207); }

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

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

 a { background-color: rgb(242,159,207); }

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

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

 span { border-color: rgb(242,159,207); }

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