#FFAFCE

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

Shades of Lavender Pink #FFAFCE

Tints of Lavender Pink #FFAFCE

Color information

#FFAFCE (or 0xFFAFCE) is unknown color: approx Lavender Pink. HEX triplet: FF, AF and CE. RGB value is (255,175,206). Sum of RGB (Red+Green+Blue) = 255+175+206=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFCE is #005031. Grayscale: #CACACA. Windows color (decimal): -20530 or 13545471. OLE color: 13545471.

HSL color Cylindrical-coordinate representation of color #FFAFCE: hue angle of 336.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFCE is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255175206-
CMYK00.310.190
HSL336.75º100%84.31%-
HSV(B)336.75º31.37%100%-
XYZ67.7156.3865.71-
YUV202.45130165.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 175 (68.75% from 255) = 27.52%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=40.09%
G=27.52%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517520600.310.190336.7510084.31
HexFFAFCE01F1301516454
Octal377257316037230521144124
Binary11111111101011111100111001111110011010101000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFCE; }

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

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

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

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

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

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

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

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