Html Css Color HEX #F89BEA Lavender Rose

📋 copy color: '#F89BEA'

red 248 ◦ green 155 ◦ blue 234

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

Shades of Lavender Rose #F89BEA

Tints of Lavender Rose #F89BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 38.93%
G = 24.33%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F89BEA (or 0xF89BEA) is known color: Lavender Rose. HEX triplet: F8, 9B and EA. RGB value is (248,155,234). Sum of RGB (Red+Green+Blue) = 248+155+234=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89BEA is #076415. Grayscale: #BFBFBF. Windows color (decimal): -484374 or 15375352. OLE color: 15375352.

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

Color convert

RGB 248 155 234 -
CMYK 0 0.38 0.06 0.03
HSL 309.03º 0.87% 0.79% -
HSV(B) 309.03º 0.38% 0.97% -
XYZ 65.28 49.34 83.92 -
YUV 191.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 248 155 234 0 0.38 0.06 0.03 309.03 0.87 0.79
Hex F8 9B EA 0 26 6 3 135 57 4F
Octal 370 233 352 0 46 6 3 465 127 117
Binary 11111000 10011011 11101010 0 100110 110 11 100110101 1010111 1001111

Color Harmonies of #F89BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89BEA

Black with #F89BEA

Text Example


Text Example

White with #F89BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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