Html Css Color HEX #FFACF7 Lavender Rose

📋 copy color: '#FFACF7'

red 255 ◦ green 172 ◦ blue 247

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

Shades of Lavender Rose #FFACF7

Tints of Lavender Rose #FFACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.65%

R = 37.83%
G = 25.52%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFACF7 (or 0xFFACF7) is known color: Lavender Rose. HEX triplet: FF, AC and F7. RGB value is (255,172,247). Sum of RGB (Red+Green+Blue) = 255+172+247=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 172 (67.58% from 255 or 25.52% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF7 is #005308. Grayscale: #CDCDCD. Windows color (decimal): -21257 or 16231679. OLE color: 16231679.

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

Color convert

RGB 255 172 247 -
CMYK 0 0.33 0.03 0
HSL 305.78º 1% 0.84% -
HSV(B) 305.78º 0.33% 1% -
XYZ 72.78 57.48 95.25 -
YUV 205.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 255 172 247 0 0.33 0.03 0 305.78 1 0.84
Hex FF AC F7 0 21 3 0 132 64 54
Octal 377 254 367 0 41 3 0 462 144 124
Binary 11111111 10101100 11110111 0 100001 11 0 100110010 1100100 1010100

Color Harmonies of #FFACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACF7

Black with #FFACF7

Text Example


Text Example

White with #FFACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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