Html Css Color HEX #F89DEA Lavender Rose

📋 copy color: '#F89DEA'

red 248 ◦ green 157 ◦ blue 234

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

Shades of Lavender Rose #F89DEA

Tints of Lavender Rose #F89DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.57%

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

R = 38.81%
G = 24.57%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F89DEA (or 0xF89DEA) is known color: Lavender Rose. HEX triplet: F8, 9D and EA. RGB value is (248,157,234). Sum of RGB (Red+Green+Blue) = 248+157+234=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 157 (61.72% from 255 or 24.57% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89DEA is #076215. Grayscale: #C0C0C0. Windows color (decimal): -483862 or 15375864. OLE color: 15375864.

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

Color convert

RGB 248 157 234 -
CMYK 0 0.37 0.06 0.03
HSL 309.23º 0.87% 0.79% -
HSV(B) 309.23º 0.37% 0.97% -
XYZ 65.62 50.01 84.04 -
YUV 192.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 248 157 234 0 0.37 0.06 0.03 309.23 0.87 0.79
Hex F8 9D EA 0 25 6 3 135 57 4F
Octal 370 235 352 0 45 6 3 465 127 117
Binary 11111000 10011101 11101010 0 100101 110 11 100110101 1010111 1001111

Color Harmonies of #F89DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89DEA

Black with #F89DEA

Text Example


Text Example

White with #F89DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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