Html Css Color HEX #F4ACE2 Lavender Rose

📋 copy color: '#F4ACE2'

red 244 ◦ green 172 ◦ blue 226

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

Shades of Lavender Rose #F4ACE2

Tints of Lavender Rose #F4ACE2

RGB

 RED value IS 244 (95.7% from 255) = 38.01%

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

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 38.01%
G = 26.79%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F4ACE2 (or 0xF4ACE2) is known color: Lavender Rose. HEX triplet: F4, AC and E2. RGB value is (244,172,226). Sum of RGB (Red+Green+Blue) = 244+172+226=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACE2 is #0B531D. Grayscale: #C7C7C7. Windows color (decimal): -742174 or 14855412. OLE color: 14855412.

HSL color Cylindrical-coordinate representation of color #F4ACE2: hue angle of 315º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACE2 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 172 226 -
CMYK 0 0.30 0.07 0.04
HSL 315º 0.77% 0.82% -
HSV(B) 315º 0.3% 0.96% -
XYZ 65.79 54.23 78.95 -
YUV 199.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 244 172 226 0 0.30 0.07 0.04 315 0.77 0.82
Hex F4 AC E2 0 1E 7 4 13B 4D 52
Octal 364 254 342 0 36 7 4 473 115 122
Binary 11110100 10101100 11100010 0 11110 111 100 100111011 1001101 1010010

Color Harmonies of #F4ACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ACE2

Black with #F4ACE2

Text Example


Text Example

White with #F4ACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ACE2; }

 p { color: rgb(244,172,226); }

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

background-color css

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

 a { background-color: rgb(244,172,226); }

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

border-color css

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

 span { border-color: rgb(244,172,226); }

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