Html Css Color HEX #F5AECF Lavender Pink

📋 copy color: '#F5AECF'

red 245 ◦ green 174 ◦ blue 207

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

Shades of Lavender Pink #F5AECF

Tints of Lavender Pink #F5AECF

RGB

 RED value IS 245 (96.09% from 255) = 39.14%

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

 BLUE value IS 207 (81.25% from 255) = 33.07%

R = 39.14%
G = 27.8%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5AECF (or 0xF5AECF) is known color: Lavender Pink. HEX triplet: F5, AE and CF. RGB value is (245,174,207). Sum of RGB (Red+Green+Blue) = 245+174+207=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AECF is #0A5130. Grayscale: #C6C6C6. Windows color (decimal): -676145 or 13610741. OLE color: 13610741.

HSL color Cylindrical-coordinate representation of color #F5AECF: hue angle of 332.11º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AECF is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 174 207 -
CMYK 0 0.29 0.16 0.04
HSL 332.11º 0.78% 0.82% -
HSV(B) 332.11º 0.29% 0.96% -
XYZ 64.05 54.19 66.12 -
YUV 198.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 245 174 207 0 0.29 0.16 0.04 332.11 0.78 0.82
Hex F5 AE CF 0 1D 10 4 14C 4E 52
Octal 365 256 317 0 35 20 4 514 116 122
Binary 11110101 10101110 11001111 0 11101 10000 100 101001100 1001110 1010010

Color Harmonies of #F5AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AECF

Black with #F5AECF

Text Example


Text Example

White with #F5AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AECF; }

 p { color: rgb(245,174,207); }

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

background-color css

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

 a { background-color: rgb(245,174,207); }

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

border-color css

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

 span { border-color: rgb(245,174,207); }

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