Html Css Color HEX #F89DD6 Lavender Rose

📋 copy color: '#F89DD6'

red 248 ◦ green 157 ◦ blue 214

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

Shades of Lavender Rose #F89DD6

Tints of Lavender Rose #F89DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.57%

R = 40.06%
G = 25.36%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F89DD6 (or 0xF89DD6) is known color: Lavender Rose. HEX triplet: F8, 9D and D6. RGB value is (248,157,214). Sum of RGB (Red+Green+Blue) = 248+157+214=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DD6 is #076229. Grayscale: #BEBEBE. Windows color (decimal): -483882 or 14065144. OLE color: 14065144.

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

Color convert

RGB 248 157 214 -
CMYK 0 0.37 0.14 0.03
HSL 322.42º 0.87% 0.79% -
HSV(B) 322.42º 0.37% 0.97% -
XYZ 62.91 48.93 69.75 -
YUV 190.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 248 157 214 0 0.37 0.14 0.03 322.42 0.87 0.79
Hex F8 9D D6 0 25 E 3 142 57 4F
Octal 370 235 326 0 45 16 3 502 127 117
Binary 11111000 10011101 11010110 0 100101 1110 11 101000010 1010111 1001111

Color Harmonies of #F89DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89DD6

Black with #F89DD6

Text Example


Text Example

White with #F89DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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