Html Css Color HEX #F0AECE Lavender Pink

📋 copy color: '#F0AECE'

red 240 ◦ green 174 ◦ blue 206

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

Shades of Lavender Pink #F0AECE

Tints of Lavender Pink #F0AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.23%

R = 38.71%
G = 28.06%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0AECE (or 0xF0AECE) is known color: Lavender Pink. HEX triplet: F0, AE and CE. RGB value is (240,174,206). Sum of RGB (Red+Green+Blue) = 240+174+206=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AECE is #0F5131. Grayscale: #C5C5C5. Windows color (decimal): -1003826 or 13545200. OLE color: 13545200.

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

Color convert

RGB 240 174 206 -
CMYK 0 0.28 0.14 0.06
HSL 330.91º 0.69% 0.81% -
HSV(B) 330.91º 0.28% 0.94% -
XYZ 62.21 53.25 65.39 -
YUV 197.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 240 174 206 0 0.28 0.14 0.06 330.91 0.69 0.81
Hex F0 AE CE 0 1C E 6 14B 45 51
Octal 360 256 316 0 34 16 6 513 105 121
Binary 11110000 10101110 11001110 0 11100 1110 110 101001011 1000101 1010001

Color Harmonies of #F0AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AECE

Black with #F0AECE

Text Example


Text Example

White with #F0AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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