Html Css Color HEX #F8B1E0 Lavender Rose

📋 copy color: '#F8B1E0'

red 248 ◦ green 177 ◦ blue 224

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

Shades of Lavender Rose #F8B1E0

Tints of Lavender Rose #F8B1E0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.27%

 BLUE value IS 224 (87.89% from 255) = 34.51%

R = 38.21%
G = 27.27%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8B1E0 (or 0xF8B1E0) is known color: Lavender Rose. HEX triplet: F8, B1 and E0. RGB value is (248,177,224). Sum of RGB (Red+Green+Blue) = 248+177+224=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1E0 is #074E1F. Grayscale: #CBCBCB. Windows color (decimal): -478752 or 14725624. OLE color: 14725624.

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

Color convert

RGB 248 177 224 -
CMYK 0 0.29 0.10 0.03
HSL 320.28º 0.84% 0.83% -
HSV(B) 320.28º 0.29% 0.97% -
XYZ 67.89 56.78 77.9 -
YUV 203.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 248 177 224 0 0.29 0.10 0.03 320.28 0.84 0.83
Hex F8 B1 E0 0 1D A 3 140 54 53
Octal 370 261 340 0 35 12 3 500 124 123
Binary 11111000 10110001 11100000 0 11101 1010 11 101000000 1010100 1010011

Color Harmonies of #F8B1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B1E0

Black with #F8B1E0

Text Example


Text Example

White with #F8B1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B1E0; }

 p { color: rgb(248,177,224); }

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

background-color css

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

 a { background-color: rgb(248,177,224); }

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

border-color css

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

 span { border-color: rgb(248,177,224); }

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