Html Css Color HEX #F5A4CE Lavender Pink

📋 copy color: '#F5A4CE'

red 245 ◦ green 164 ◦ blue 206

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

Shades of Lavender Pink #F5A4CE

Tints of Lavender Pink #F5A4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.67%

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

R = 39.84%
G = 26.67%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5A4CE (or 0xF5A4CE) is known color: Lavender Pink. HEX triplet: F5, A4 and CE. RGB value is (245,164,206). Sum of RGB (Red+Green+Blue) = 245+164+206=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A4CE is #0A5B31. Grayscale: #C0C0C0. Windows color (decimal): -678706 or 13542645. OLE color: 13542645.

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

Color convert

RGB 245 164 206 -
CMYK 0 0.33 0.16 0.04
HSL 328.89º 0.8% 0.8% -
HSV(B) 328.89º 0.33% 0.96% -
XYZ 62.07 50.42 64.85 -
YUV 193.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 245 164 206 0 0.33 0.16 0.04 328.89 0.8 0.8
Hex F5 A4 CE 0 21 10 4 149 50 50
Octal 365 244 316 0 41 20 4 511 120 120
Binary 11110101 10100100 11001110 0 100001 10000 100 101001001 1010000 1010000

Color Harmonies of #F5A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A4CE

Black with #F5A4CE

Text Example


Text Example

White with #F5A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A4CE; }

 p { color: rgb(245,164,206); }

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

background-color css

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

 a { background-color: rgb(245,164,206); }

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

border-color css

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

 span { border-color: rgb(245,164,206); }

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