Html Css Color HEX #F89BEB Lavender Rose

📋 copy color: '#F89BEB'

red 248 ◦ green 155 ◦ blue 235

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

Shades of Lavender Rose #F89BEB

Tints of Lavender Rose #F89BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.29%

 BLUE value IS 235 (92.19% from 255) = 36.83%

R = 38.87%
G = 24.29%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F89BEB (or 0xF89BEB) is known color: Lavender Rose. HEX triplet: F8, 9B and EB. RGB value is (248,155,235). Sum of RGB (Red+Green+Blue) = 248+155+235=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 155 (60.94% from 255 or 24.29% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89BEB is #076414. Grayscale: #BFBFBF. Windows color (decimal): -484373 or 15440888. OLE color: 15440888.

HSL color Cylindrical-coordinate representation of color #F89BEB: hue angle of 308.39º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89BEB is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 155 235 -
CMYK 0 0.38 0.05 0.03
HSL 308.39º 0.87% 0.79% -
HSV(B) 308.39º 0.38% 0.97% -
XYZ 65.43 49.4 84.68 -
YUV 191.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 248 155 235 0 0.38 0.05 0.03 308.39 0.87 0.79
Hex F8 9B EB 0 26 5 3 134 57 4F
Octal 370 233 353 0 46 5 3 464 127 117
Binary 11111000 10011011 11101011 0 100110 101 11 100110100 1010111 1001111

Color Harmonies of #F89BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89BEB

Black with #F89BEB

Text Example


Text Example

White with #F89BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89BEB; }

 p { color: rgb(248,155,235); }

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

background-color css

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

 a { background-color: rgb(248,155,235); }

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

border-color css

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

 span { border-color: rgb(248,155,235); }

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