Html Css Color HEX #F8ADF0 Lavender Rose

📋 copy color: '#F8ADF0'

red 248 ◦ green 173 ◦ blue 240

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

Shades of Lavender Rose #F8ADF0

Tints of Lavender Rose #F8ADF0

RGB

 RED value IS 248 (97.27% from 255) = 37.52%

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

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

R = 37.52%
G = 26.17%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F8ADF0 (or 0xF8ADF0) is known color: Lavender Rose. HEX triplet: F8, AD and F0. RGB value is (248,173,240). Sum of RGB (Red+Green+Blue) = 248+173+240=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADF0 is #07520F. Grayscale: #CACACA. Windows color (decimal): -479760 or 15773176. OLE color: 15773176.

HSL color Cylindrical-coordinate representation of color #F8ADF0: hue angle of 306.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADF0 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 173 240 -
CMYK 0 0.30 0.03 0.03
HSL 306.4º 0.84% 0.83% -
HSV(B) 306.4º 0.3% 0.97% -
XYZ 69.38 56.13 89.62 -
YUV 203.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 248 173 240 0 0.30 0.03 0.03 306.4 0.84 0.83
Hex F8 AD F0 0 1E 3 3 132 54 53
Octal 370 255 360 0 36 3 3 462 124 123
Binary 11111000 10101101 11110000 0 11110 11 11 100110010 1010100 1010011

Color Harmonies of #F8ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADF0

Black with #F8ADF0

Text Example


Text Example

White with #F8ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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