Html Css Color HEX #F5ABCD Lavender Pink

📋 copy color: '#F5ABCD'

red 245 ◦ green 171 ◦ blue 205

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

Shades of Lavender Pink #F5ABCD

Tints of Lavender Pink #F5ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.54%

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

R = 39.45%
G = 27.54%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5ABCD (or 0xF5ABCD) is known color: Lavender Pink. HEX triplet: F5, AB and CD. RGB value is (245,171,205). Sum of RGB (Red+Green+Blue) = 245+171+205=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABCD is #0A5432. Grayscale: #C4C4C4. Windows color (decimal): -676915 or 13478901. OLE color: 13478901.

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

Color convert

RGB 245 171 205 -
CMYK 0 0.30 0.16 0.04
HSL 332.43º 0.79% 0.82% -
HSV(B) 332.43º 0.3% 0.96% -
XYZ 63.24 52.95 64.64 -
YUV 197 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 245 171 205 0 0.30 0.16 0.04 332.43 0.79 0.82
Hex F5 AB CD 0 1E 10 4 14C 4F 52
Octal 365 253 315 0 36 20 4 514 117 122
Binary 11110101 10101011 11001101 0 11110 10000 100 101001100 1001111 1010010

Color Harmonies of #F5ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ABCD

Black with #F5ABCD

Text Example


Text Example

White with #F5ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ABCD; }

 p { color: rgb(245,171,205); }

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

background-color css

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

 a { background-color: rgb(245,171,205); }

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

border-color css

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

 span { border-color: rgb(245,171,205); }

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