Html Css Color HEX #F5ADCE Lavender Pink

📋 copy color: '#F5ADCE'

red 245 ◦ green 173 ◦ blue 206

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

Shades of Lavender Pink #F5ADCE

Tints of Lavender Pink #F5ADCE

RGB

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

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

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

R = 39.26%
G = 27.72%
B = 33.01%

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

#F5ADCE (or 0xF5ADCE) is known color: Lavender Pink. HEX triplet: F5, AD and CE. RGB value is (245,173,206). Sum of RGB (Red+Green+Blue) = 245+173+206=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADCE is #0A5231. Grayscale: #C6C6C6. Windows color (decimal): -676402 or 13544949. OLE color: 13544949.

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

Color convert

RGB 245 173 206 -
CMYK 0 0.29 0.16 0.04
HSL 332.5º 0.78% 0.82% -
HSV(B) 332.5º 0.29% 0.96% -
XYZ 63.74 53.76 65.41 -
YUV 198.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 245 173 206 0 0.29 0.16 0.04 332.5 0.78 0.82
Hex F5 AD CE 0 1D 10 4 14C 4E 52
Octal 365 255 316 0 35 20 4 514 116 122
Binary 11110101 10101101 11001110 0 11101 10000 100 101001100 1001110 1010010

Color Harmonies of #F5ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADCE

Black with #F5ADCE

Text Example


Text Example

White with #F5ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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