#FFAFEC

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

Shades of Lavender Rose #FFAFEC

Tints of Lavender Rose #FFAFEC

Color information

#FFAFEC (or 0xFFAFEC) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and EC. RGB value is (255,175,236). Sum of RGB (Red+Green+Blue) = 255+175+236=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 175 (68.75% from 255 or 26.28% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFEC is #005013. Grayscale: #CDCDCD. Windows color (decimal): -20500 or 15511551. OLE color: 15511551.

HSL color Cylindrical-coordinate representation of color #FFAFEC: hue angle of 314.25º 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 #FFAFEC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255175236-
CMYK00.310.070
HSL314.25º100%84.31%-
HSV(B)314.25º31.37%100%-
XYZ71.7157.9886.77-
YUV205.87145163.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 175 (68.75% from 255) = 26.28%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=38.29%
G=26.28%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517523600.310.070314.2510084.31
HexFFAFEC01F7013a6454
Octal37725735403770472144124
Binary111111111010111111101100011111111010011101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFEC; }

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

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

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

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

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

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

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

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