#F0AFCE

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

Shades of Lavender Pink #F0AFCE

Tints of Lavender Pink #F0AFCE

Color information

#F0AFCE (or 0xF0AFCE) is unknown color: approx Lavender Pink. HEX triplet: F0, AF and CE. RGB value is (240,175,206). Sum of RGB (Red+Green+Blue) = 240+175+206=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFCE is #0F5031. Grayscale: #C5C5C5. Windows color (decimal): -1003570 or 13545456. OLE color: 13545456.

HSL color Cylindrical-coordinate representation of color #F0AFCE: hue angle of 331.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFCE is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240175206-
CMYK00.270.140.06
HSL331.38º68.42%81.37%-
HSV(B)331.38º27.08%94.12%-
XYZ62.4153.6465.46-
YUV197.97132.53157.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=38.65%
G=28.18%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017520600.270.140.06331.3868.4281.37
HexF0AFCE01BE614b4451
Octal360257316033166513104121
Binary111100001010111111001110011011111011010100101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFCE; }

 p { color: rgb(240,175,206); }

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

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

 a { background-color: rgb(240,175,206); }

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

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

 span { border-color: rgb(240,175,206); }

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