Html Css Color HEX #F8B1E5 Lavender Rose

📋 copy color: '#F8B1E5'

red 248 ◦ green 177 ◦ blue 229

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

Shades of Lavender Rose #F8B1E5

Tints of Lavender Rose #F8B1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.02%

R = 37.92%
G = 27.06%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8B1E5 (or 0xF8B1E5) is known color: Lavender Rose. HEX triplet: F8, B1 and E5. RGB value is (248,177,229). Sum of RGB (Red+Green+Blue) = 248+177+229=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1E5 is #074E1A. Grayscale: #CCCCCC. Windows color (decimal): -478747 or 15053304. OLE color: 15053304.

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

Color convert

RGB 248 177 229 -
CMYK 0 0.29 0.08 0.03
HSL 316.06º 0.84% 0.83% -
HSV(B) 316.06º 0.29% 0.97% -
XYZ 68.58 57.06 81.53 -
YUV 204.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 248 177 229 0 0.29 0.08 0.03 316.06 0.84 0.83
Hex F8 B1 E5 0 1D 8 3 13C 54 53
Octal 370 261 345 0 35 10 3 474 124 123
Binary 11111000 10110001 11100101 0 11101 1000 11 100111100 1010100 1010011

Color Harmonies of #F8B1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B1E5

Black with #F8B1E5

Text Example


Text Example

White with #F8B1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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