Html Css Color HEX #F89BED Lavender Rose

📋 copy color: '#F89BED'

red 248 ◦ green 155 ◦ blue 237

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

Shades of Lavender Rose #F89BED

Tints of Lavender Rose #F89BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 38.75%
G = 24.22%
B = 37.03%

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

#F89BED (or 0xF89BED) is known color: Lavender Rose. HEX triplet: F8, 9B and ED. RGB value is (248,155,237). Sum of RGB (Red+Green+Blue) = 248+155+237=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 155 (60.94% from 255 or 24.22% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89BED is #076412. Grayscale: #BFBFBF. Windows color (decimal): -484371 or 15571960. OLE color: 15571960.

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

Color convert

RGB 248 155 237 -
CMYK 0 0.38 0.04 0.03
HSL 307.1º 0.87% 0.79% -
HSV(B) 307.1º 0.38% 0.97% -
XYZ 65.72 49.51 86.21 -
YUV 192.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 248 155 237 0 0.38 0.04 0.03 307.1 0.87 0.79
Hex F8 9B ED 0 26 4 3 133 57 4F
Octal 370 233 355 0 46 4 3 463 127 117
Binary 11111000 10011011 11101101 0 100110 100 11 100110011 1010111 1001111

Color Harmonies of #F89BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89BED

Black with #F89BED

Text Example


Text Example

White with #F89BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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