Html Css Color HEX #F89DED Lavender Rose

📋 copy color: '#F89DED'

red 248 ◦ green 157 ◦ blue 237

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

Shades of Lavender Rose #F89DED

Tints of Lavender Rose #F89DED

RGB

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

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

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

R = 38.63%
G = 24.45%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F89DED (or 0xF89DED) is known color: Lavender Rose. HEX triplet: F8, 9D and ED. RGB value is (248,157,237). Sum of RGB (Red+Green+Blue) = 248+157+237=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 157 (61.72% from 255 or 24.45% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89DED is #076212. Grayscale: #C1C1C1. Windows color (decimal): -483859 or 15572472. OLE color: 15572472.

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

Color convert

RGB 248 157 237 -
CMYK 0 0.37 0.04 0.03
HSL 307.25º 0.87% 0.79% -
HSV(B) 307.25º 0.37% 0.97% -
XYZ 66.05 50.18 86.33 -
YUV 193.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 248 157 237 0 0.37 0.04 0.03 307.25 0.87 0.79
Hex F8 9D ED 0 25 4 3 133 57 4F
Octal 370 235 355 0 45 4 3 463 127 117
Binary 11111000 10011101 11101101 0 100101 100 11 100110011 1010111 1001111

Color Harmonies of #F89DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89DED

Black with #F89DED

Text Example


Text Example

White with #F89DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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