Html Css Color HEX #F1AECA Lavender Pink

📋 copy color: '#F1AECA'

red 241 ◦ green 174 ◦ blue 202

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

Shades of Lavender Pink #F1AECA

Tints of Lavender Pink #F1AECA

RGB

 RED value IS 241 (94.53% from 255) = 39.06%

 GREEN value IS 174 (68.36% from 255) = 28.2%

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 39.06%
G = 28.2%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1AECA (or 0xF1AECA) is known color: Lavender Pink. HEX triplet: F1, AE and CA. RGB value is (241,174,202). Sum of RGB (Red+Green+Blue) = 241+174+202=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AECA is #0E5135. Grayscale: #C5C5C5. Windows color (decimal): -938294 or 13283057. OLE color: 13283057.

HSL color Cylindrical-coordinate representation of color #F1AECA: hue angle of 334.93º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1AECA is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 174 202 -
CMYK 0 0.28 0.16 0.05
HSL 334.93º 0.71% 0.81% -
HSV(B) 334.93º 0.28% 0.95% -
XYZ 62.07 53.24 62.88 -
YUV 197.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 241 174 202 0 0.28 0.16 0.05 334.93 0.71 0.81
Hex F1 AE CA 0 1C 10 5 14F 47 51
Octal 361 256 312 0 34 20 5 517 107 121
Binary 11110001 10101110 11001010 0 11100 10000 101 101001111 1000111 1010001

Color Harmonies of #F1AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AECA

Black with #F1AECA

Text Example


Text Example

White with #F1AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AECA; }

 p { color: rgb(241,174,202); }

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

background-color css

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

 a { background-color: rgb(241,174,202); }

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

border-color css

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

 span { border-color: rgb(241,174,202); }

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