#FFAFFC

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

Shades of Lavender Rose #FFAFFC

Tints of Lavender Rose #FFAFFC

Color information

#FFAFFC (or 0xFFAFFC) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and FC. RGB value is (255,175,252). Sum of RGB (Red+Green+Blue) = 255+175+252=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 175 (68.75% from 255 or 25.66% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFFC is #005003. Grayscale: #CFCFCF. Windows color (decimal): -20484 or 16560127. OLE color: 16560127.

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

Color convert

RGB255175252-
CMYK00.310.010
HSL302.25º100%84.31%-
HSV(B)302.25º31.37%100%-
XYZ74.1458.9599.57-
YUV207.7153161.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 175 (68.75% from 255) = 25.66%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=37.39%
G=25.66%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517525200.310.010302.2510084.31
HexFFAFFC01F1012e6454
Octal37725737403710456144124
Binary1111111110101111111111000111111010010111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFFC; }

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

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

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

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

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

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

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

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