Html Css Color HEX #F5ADDE Lavender Rose

📋 copy color: '#F5ADDE'

red 245 ◦ green 173 ◦ blue 222

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

Shades of Lavender Rose #F5ADDE

Tints of Lavender Rose #F5ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.69%

R = 38.28%
G = 27.03%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5ADDE (or 0xF5ADDE) is known color: Lavender Rose. HEX triplet: F5, AD and DE. RGB value is (245,173,222). Sum of RGB (Red+Green+Blue) = 245+173+222=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADDE is #0A5221. Grayscale: #C7C7C7. Windows color (decimal): -676386 or 14593525. OLE color: 14593525.

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

Color convert

RGB 245 173 222 -
CMYK 0 0.29 0.09 0.04
HSL 319.17º 0.78% 0.82% -
HSV(B) 319.17º 0.29% 0.96% -
XYZ 65.78 54.57 76.17 -
YUV 200.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 245 173 222 0 0.29 0.09 0.04 319.17 0.78 0.82
Hex F5 AD DE 0 1D 9 4 13F 4E 52
Octal 365 255 336 0 35 11 4 477 116 122
Binary 11110101 10101101 11011110 0 11101 1001 100 100111111 1001110 1010010

Color Harmonies of #F5ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADDE

Black with #F5ADDE

Text Example


Text Example

White with #F5ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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