Html Css Color HEX #F89DE4 Lavender Rose

📋 copy color: '#F89DE4'

red 248 ◦ green 157 ◦ blue 228

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

Shades of Lavender Rose #F89DE4

Tints of Lavender Rose #F89DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.02%

R = 39.18%
G = 24.8%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F89DE4 (or 0xF89DE4) is known color: Lavender Rose. HEX triplet: F8, 9D and E4. RGB value is (248,157,228). Sum of RGB (Red+Green+Blue) = 248+157+228=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DE4 is #07621B. Grayscale: #C0C0C0. Windows color (decimal): -483868 or 14982648. OLE color: 14982648.

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

Color convert

RGB 248 157 228 -
CMYK 0 0.37 0.08 0.03
HSL 313.19º 0.87% 0.79% -
HSV(B) 313.19º 0.37% 0.97% -
XYZ 64.77 49.67 79.57 -
YUV 192.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 248 157 228 0 0.37 0.08 0.03 313.19 0.87 0.79
Hex F8 9D E4 0 25 8 3 139 57 4F
Octal 370 235 344 0 45 10 3 471 127 117
Binary 11111000 10011101 11100100 0 100101 1000 11 100111001 1010111 1001111

Color Harmonies of #F89DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89DE4

Black with #F89DE4

Text Example


Text Example

White with #F89DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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