Html Css Color HEX #FFACFA Lavender Rose

📋 copy color: '#FFACFA'

red 255 ◦ green 172 ◦ blue 250

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

Shades of Lavender Rose #FFACFA

Tints of Lavender Rose #FFACFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.93%

R = 37.67%
G = 25.41%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFACFA (or 0xFFACFA) is known color: Lavender Rose. HEX triplet: FF, AC and FA. RGB value is (255,172,250). Sum of RGB (Red+Green+Blue) = 255+172+250=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 172 (67.58% from 255 or 25.41% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACFA is #005305. Grayscale: #CDCDCD. Windows color (decimal): -21254 or 16428287. OLE color: 16428287.

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

Color convert

RGB 255 172 250 -
CMYK 0 0.33 0.02 0
HSL 303.61º 1% 0.84% -
HSV(B) 303.61º 0.33% 1% -
XYZ 73.25 57.67 97.71 -
YUV 205.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 255 172 250 0 0.33 0.02 0 303.61 1 0.84
Hex FF AC FA 0 21 2 0 130 64 54
Octal 377 254 372 0 41 2 0 460 144 124
Binary 11111111 10101100 11111010 0 100001 10 0 100110000 1100100 1010100

Color Harmonies of #FFACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACFA

Black with #FFACFA

Text Example


Text Example

White with #FFACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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