Html Css Color HEX #F8ADF1 Lavender Rose

📋 copy color: '#F8ADF1'

red 248 ◦ green 173 ◦ blue 241

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

Shades of Lavender Rose #F8ADF1

Tints of Lavender Rose #F8ADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.4%

R = 37.46%
G = 26.13%
B = 36.4%

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

#F8ADF1 (or 0xF8ADF1) is known color: Lavender Rose. HEX triplet: F8, AD and F1. RGB value is (248,173,241). Sum of RGB (Red+Green+Blue) = 248+173+241=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADF1 is #07520E. Grayscale: #CACACA. Windows color (decimal): -479759 or 15838712. OLE color: 15838712.

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

Color convert

RGB 248 173 241 -
CMYK 0 0.30 0.03 0.03
HSL 305.6º 0.84% 0.83% -
HSV(B) 305.6º 0.3% 0.97% -
XYZ 69.53 56.19 90.4 -
YUV 203.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 248 173 241 0 0.30 0.03 0.03 305.6 0.84 0.83
Hex F8 AD F1 0 1E 3 3 132 54 53
Octal 370 255 361 0 36 3 3 462 124 123
Binary 11111000 10101101 11110001 0 11110 11 11 100110010 1010100 1010011

Color Harmonies of #F8ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADF1

Black with #F8ADF1

Text Example


Text Example

White with #F8ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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