Html Css Color HEX #F0AECD Lavender Pink

📋 copy color: '#F0AECD'

red 240 ◦ green 174 ◦ blue 205

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

Shades of Lavender Pink #F0AECD

Tints of Lavender Pink #F0AECD

RGB

 RED value IS 240 (94.14% from 255) = 38.77%

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

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

R = 38.77%
G = 28.11%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0AECD (or 0xF0AECD) is known color: Lavender Pink. HEX triplet: F0, AE and CD. RGB value is (240,174,205). Sum of RGB (Red+Green+Blue) = 240+174+205=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AECD is #0F5132. Grayscale: #C5C5C5. Windows color (decimal): -1003827 or 13479664. OLE color: 13479664.

HSL color Cylindrical-coordinate representation of color #F0AECD: hue angle of 331.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AECD is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 174 205 -
CMYK 0 0.28 0.15 0.06
HSL 331.82º 0.69% 0.81% -
HSV(B) 331.82º 0.28% 0.94% -
XYZ 62.09 53.21 64.75 -
YUV 197.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 240 174 205 0 0.28 0.15 0.06 331.82 0.69 0.81
Hex F0 AE CD 0 1C F 6 14C 45 51
Octal 360 256 315 0 34 17 6 514 105 121
Binary 11110000 10101110 11001101 0 11100 1111 110 101001100 1000101 1010001

Color Harmonies of #F0AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AECD

Black with #F0AECD

Text Example


Text Example

White with #F0AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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