Html Css Color HEX #F5ADF0 Lavender Rose

📋 copy color: '#F5ADF0'

red 245 ◦ green 173 ◦ blue 240

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

Shades of Lavender Rose #F5ADF0

Tints of Lavender Rose #F5ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.47%

R = 37.23%
G = 26.29%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5ADF0 (or 0xF5ADF0) is known color: Lavender Rose. HEX triplet: F5, AD and F0. RGB value is (245,173,240). Sum of RGB (Red+Green+Blue) = 245+173+240=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADF0 is #0A520F. Grayscale: #C9C9C9. Windows color (decimal): -676368 or 15773173. OLE color: 15773173.

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

Color convert

RGB 245 173 240 -
CMYK 0 0.29 0.02 0.04
HSL 304.17º 0.78% 0.82% -
HSV(B) 304.17º 0.29% 0.96% -
XYZ 68.33 55.59 89.57 -
YUV 202.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 245 173 240 0 0.29 0.02 0.04 304.17 0.78 0.82
Hex F5 AD F0 0 1D 2 4 130 4E 52
Octal 365 255 360 0 35 2 4 460 116 122
Binary 11110101 10101101 11110000 0 11101 10 100 100110000 1001110 1010010

Color Harmonies of #F5ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADF0

Black with #F5ADF0

Text Example


Text Example

White with #F5ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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