#FFACFB

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

Shades of Lavender Rose #FFACFB

Tints of Lavender Rose #FFACFB

Color information

#FFACFB (or 0xFFACFB) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and FB. RGB value is (255,172,251). Sum of RGB (Red+Green+Blue) = 255+172+251=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 172 (67.58% from 255 or 25.37% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACFB is #005304. Grayscale: #CDCDCD. Windows color (decimal): -21253 or 16493823. OLE color: 16493823.

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

Color convert

RGB255172251-
CMYK00.330.020
HSL302.89º100%83.73%-
HSV(B)302.89º32.55%100%-
XYZ73.4157.7398.54-
YUV205.82153.5163.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 172 (67.58% from 255) = 25.37%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=37.61%
G=25.37%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517225100.330.020302.8910083.73
HexFFACFB0212012f6454
Octal37725437304120457144124
Binary111111111010110011111011010000110010010111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACFB; }

 p { color: rgb(255,172,251); }

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

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

 a { background-color: rgb(255,172,251); }

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

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

 span { border-color: rgb(255,172,251); }

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