Html Css Color HEX #FFACF6 Lavender Rose

📋 copy color: '#FFACF6'

red 255 ◦ green 172 ◦ blue 246

#FFACF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FFACF6

Tints of Lavender Rose #FFACF6

RGB

 RED value IS 255 (100% from 255) = 37.89%

 GREEN value IS 172 (67.58% from 255) = 25.56%

 BLUE value IS 246 (96.48% from 255) = 36.55%

R = 37.89%
G = 25.56%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFACF6 (or 0xFFACF6) is known color: Lavender Rose. HEX triplet: FF, AC and F6. RGB value is (255,172,246). Sum of RGB (Red+Green+Blue) = 255+172+246=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 172 (67.58% from 255 or 25.56% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF6 is #005309. Grayscale: #CDCDCD. Windows color (decimal): -21258 or 16166143. OLE color: 16166143.

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

Color convert

RGB 255 172 246 -
CMYK 0 0.33 0.04 0
HSL 306.51º 1% 0.84% -
HSV(B) 306.51º 0.33% 1% -
XYZ 72.63 57.42 94.44 -
YUV 205.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 255 172 246 0 0.33 0.04 0 306.51 1 0.84
Hex FF AC F6 0 21 4 0 133 64 54
Octal 377 254 366 0 41 4 0 463 144 124
Binary 11111111 10101100 11110110 0 100001 100 0 100110011 1100100 1010100

Color Harmonies of #FFACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACF6

Black with #FFACF6

Text Example


Text Example

White with #FFACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACF6; }

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

 H1.HeaderClassName
 {
   color: #FFACF6;
 }
 .AnyTagClassName
 {
   color: #FFACF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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