Html Css Color HEX #F89BE6 Lavender Rose

📋 copy color: '#F89BE6'

red 248 ◦ green 155 ◦ blue 230

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

Shades of Lavender Rose #F89BE6

Tints of Lavender Rose #F89BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.33%

R = 39.18%
G = 24.49%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F89BE6 (or 0xF89BE6) is known color: Lavender Rose. HEX triplet: F8, 9B and E6. RGB value is (248,155,230). Sum of RGB (Red+Green+Blue) = 248+155+230=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89BE6 is #076419. Grayscale: #BFBFBF. Windows color (decimal): -484378 or 15113208. OLE color: 15113208.

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

Color convert

RGB 248 155 230 -
CMYK 0 0.38 0.07 0.03
HSL 311.61º 0.87% 0.79% -
HSV(B) 311.61º 0.38% 0.97% -
XYZ 64.72 49.11 80.93 -
YUV 191.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 248 155 230 0 0.38 0.07 0.03 311.61 0.87 0.79
Hex F8 9B E6 0 26 7 3 138 57 4F
Octal 370 233 346 0 46 7 3 470 127 117
Binary 11111000 10011011 11100110 0 100110 111 11 100111000 1010111 1001111

Color Harmonies of #F89BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89BE6

Black with #F89BE6

Text Example


Text Example

White with #F89BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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