Html Css Color HEX #FFACEA Lavender Rose

📋 copy color: '#FFACEA'

red 255 ◦ green 172 ◦ blue 234

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

Shades of Lavender Rose #FFACEA

Tints of Lavender Rose #FFACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 38.58%
G = 26.02%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFACEA (or 0xFFACEA) is known color: Lavender Rose. HEX triplet: FF, AC and EA. RGB value is (255,172,234). Sum of RGB (Red+Green+Blue) = 255+172+234=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACEA is #005315. Grayscale: #CBCBCB. Windows color (decimal): -21270 or 15379711. OLE color: 15379711.

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

Color convert

RGB 255 172 234 -
CMYK 0 0.33 0.08 0
HSL 315.18º 1% 0.84% -
HSV(B) 315.18º 0.33% 1% -
XYZ 70.84 56.71 85.05 -
YUV 203.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 255 172 234 0 0.33 0.08 0 315.18 1 0.84
Hex FF AC EA 0 21 8 0 13B 64 54
Octal 377 254 352 0 41 10 0 473 144 124
Binary 11111111 10101100 11101010 0 100001 1000 0 100111011 1100100 1010100

Color Harmonies of #FFACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACEA

Black with #FFACEA

Text Example


Text Example

White with #FFACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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