Html Css Color HEX #F5ADEA Lavender Rose

📋 copy color: '#F5ADEA'

red 245 ◦ green 173 ◦ blue 234

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

Shades of Lavender Rose #F5ADEA

Tints of Lavender Rose #F5ADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.89%

R = 37.58%
G = 26.53%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5ADEA (or 0xF5ADEA) is known color: Lavender Rose. HEX triplet: F5, AD and EA. RGB value is (245,173,234). Sum of RGB (Red+Green+Blue) = 245+173+234=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADEA is #0A5215. Grayscale: #C9C9C9. Windows color (decimal): -676374 or 15379957. OLE color: 15379957.

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

Color convert

RGB 245 173 234 -
CMYK 0 0.29 0.04 0.04
HSL 309.17º 0.78% 0.82% -
HSV(B) 309.17º 0.29% 0.96% -
XYZ 67.45 55.24 84.95 -
YUV 201.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 245 173 234 0 0.29 0.04 0.04 309.17 0.78 0.82
Hex F5 AD EA 0 1D 4 4 135 4E 52
Octal 365 255 352 0 35 4 4 465 116 122
Binary 11110101 10101101 11101010 0 11101 100 100 100110101 1001110 1010010

Color Harmonies of #F5ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADEA

Black with #F5ADEA

Text Example


Text Example

White with #F5ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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