Html Css Color HEX #F89BEE Lavender Rose

📋 copy color: '#F89BEE'

red 248 ◦ green 155 ◦ blue 238

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

Shades of Lavender Rose #F89BEE

Tints of Lavender Rose #F89BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.13%

R = 38.69%
G = 24.18%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F89BEE (or 0xF89BEE) is known color: Lavender Rose. HEX triplet: F8, 9B and EE. RGB value is (248,155,238). Sum of RGB (Red+Green+Blue) = 248+155+238=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 155 (60.94% from 255 or 24.18% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89BEE is #076411. Grayscale: #C0C0C0. Windows color (decimal): -484370 or 15637496. OLE color: 15637496.

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

Color convert

RGB 248 155 238 -
CMYK 0 0.38 0.04 0.03
HSL 306.45º 0.87% 0.79% -
HSV(B) 306.45º 0.38% 0.97% -
XYZ 65.87 49.57 86.99 -
YUV 192.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 248 155 238 0 0.38 0.04 0.03 306.45 0.87 0.79
Hex F8 9B EE 0 26 4 3 132 57 4F
Octal 370 233 356 0 46 4 3 462 127 117
Binary 11111000 10011011 11101110 0 100110 100 11 100110010 1010111 1001111

Color Harmonies of #F89BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89BEE

Black with #F89BEE

Text Example


Text Example

White with #F89BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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