#ffaff1

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

Shades of Lavender Rose #FFAFF1

Tints of Lavender Rose #FFAFF1

Color information

#FFAFF1 (or 0xFFAFF1) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and F1. RGB value is (255,175,241). Sum of RGB (Red+Green+Blue) = 255+175+241=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 175 (68.75% from 255 or 26.08% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFF1 is #00500E. Grayscale: #CECECE. Windows color (decimal): -20495 or 15839231. OLE color: 15839231.

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

Color convert

RGB255175241-
CMYK00.310.050
HSL310.5º100%84.31%-
HSV(B)310.5º31.37%100%-
XYZ72.4558.2790.65-
YUV206.44147.5162.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 175 (68.75% from 255) = 26.08%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=38.00%
G=26.08%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517524100.310.050310.510084.31
HexFFAFF101F501366454
Octal37725736103750466144124
Binary111111111010111111110001011111101010011011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffaff1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffaff1; }

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

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

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

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

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

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

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

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