Html Css Color HEX #F893E2 Lavender Rose

📋 copy color: '#F893E2'

red 248 ◦ green 147 ◦ blue 226

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

Shades of Lavender Rose #F893E2

Tints of Lavender Rose #F893E2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.67%

 BLUE value IS 226 (88.67% from 255) = 36.39%

R = 39.94%
G = 23.67%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F893E2 (or 0xF893E2) is known color: Lavender Rose. HEX triplet: F8, 93 and E2. RGB value is (248,147,226). Sum of RGB (Red+Green+Blue) = 248+147+226=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F893E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893E2 is #076C1D. Grayscale: #B9B9B9. Windows color (decimal): -486430 or 14849016. OLE color: 14849016.

HSL color Cylindrical-coordinate representation of color #F893E2: hue angle of 313.07º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893E2 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 147 226 -
CMYK 0 0.41 0.09 0.03
HSL 313.07º 0.88% 0.77% -
HSV(B) 313.07º 0.41% 0.97% -
XYZ 62.87 46.31 77.58 -
YUV 186.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 248 147 226 0 0.41 0.09 0.03 313.07 0.88 0.77
Hex F8 93 E2 0 29 9 3 139 58 4D
Octal 370 223 342 0 51 11 3 471 130 115
Binary 11111000 10010011 11100010 0 101001 1001 11 100111001 1011000 1001101

Color Harmonies of #F893E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893E2

Black with #F893E2

Text Example


Text Example

White with #F893E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893E2; }

 p { color: rgb(248,147,226); }

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

background-color css

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

 a { background-color: rgb(248,147,226); }

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

border-color css

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

 span { border-color: rgb(248,147,226); }

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