Html Css Color HEX #F1AECD Lavender Pink

📋 copy color: '#F1AECD'

red 241 ◦ green 174 ◦ blue 205

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

Shades of Lavender Pink #F1AECD

Tints of Lavender Pink #F1AECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.06%

R = 38.87%
G = 28.06%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1AECD (or 0xF1AECD) is known color: Lavender Pink. HEX triplet: F1, AE and CD. RGB value is (241,174,205). Sum of RGB (Red+Green+Blue) = 241+174+205=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AECD is #0E5132. Grayscale: #C5C5C5. Windows color (decimal): -938291 or 13479665. OLE color: 13479665.

HSL color Cylindrical-coordinate representation of color #F1AECD: hue angle of 332.24º 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 #F1AECD is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 174 205 -
CMYK 0 0.28 0.15 0.05
HSL 332.24º 0.71% 0.81% -
HSV(B) 332.24º 0.28% 0.95% -
XYZ 62.43 53.38 64.77 -
YUV 197.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 241 174 205 0 0.28 0.15 0.05 332.24 0.71 0.81
Hex F1 AE CD 0 1C F 5 14C 47 51
Octal 361 256 315 0 34 17 5 514 107 121
Binary 11110001 10101110 11001101 0 11100 1111 101 101001100 1000111 1010001

Color Harmonies of #F1AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AECD

Black with #F1AECD

Text Example


Text Example

White with #F1AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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