Html Css Color HEX #F5ADCD Lavender Pink

📋 copy color: '#F5ADCD'

red 245 ◦ green 173 ◦ blue 205

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

Shades of Lavender Pink #F5ADCD

Tints of Lavender Pink #F5ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.77%

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

R = 39.33%
G = 27.77%
B = 32.91%

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

#F5ADCD (or 0xF5ADCD) is known color: Lavender Pink. HEX triplet: F5, AD and CD. RGB value is (245,173,205). Sum of RGB (Red+Green+Blue) = 245+173+205=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADCD is #0A5232. Grayscale: #C6C6C6. Windows color (decimal): -676403 or 13479413. OLE color: 13479413.

HSL color Cylindrical-coordinate representation of color #F5ADCD: hue angle of 333.33º 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 #F5ADCD is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 173 205 -
CMYK 0 0.29 0.16 0.04
HSL 333.33º 0.78% 0.82% -
HSV(B) 333.33º 0.29% 0.96% -
XYZ 63.62 53.71 64.77 -
YUV 198.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 245 173 205 0 0.29 0.16 0.04 333.33 0.78 0.82
Hex F5 AD CD 0 1D 10 4 14D 4E 52
Octal 365 255 315 0 35 20 4 515 116 122
Binary 11110101 10101101 11001101 0 11101 10000 100 101001101 1001110 1010010

Color Harmonies of #F5ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADCD

Black with #F5ADCD

Text Example


Text Example

White with #F5ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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