#FFAFEE

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

Shades of Lavender Rose #FFAFEE

Tints of Lavender Rose #FFAFEE

Color information

#FFAFEE (or 0xFFAFEE) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and EE. RGB value is (255,175,238). Sum of RGB (Red+Green+Blue) = 255+175+238=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 175 (68.75% from 255 or 26.20% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFEE is #005011. Grayscale: #CDCDCD. Windows color (decimal): -20498 or 15642623. OLE color: 15642623.

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

Color convert

RGB255175238-
CMYK00.310.070
HSL312.75º100%84.31%-
HSV(B)312.75º31.37%100%-
XYZ7258.0988.31-
YUV206.1146162.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 175 (68.75% from 255) = 26.20%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=38.17%
G=26.20%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517523800.310.070312.7510084.31
HexFFAFEE01F701396454
Octal37725735603770471144124
Binary111111111010111111101110011111111010011100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFEE; }

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

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

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

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

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

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

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

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