Html Css Color HEX #F893D6 Lavender Rose

📋 copy color: '#F893D6'

red 248 ◦ green 147 ◦ blue 214

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

Shades of Lavender Rose #F893D6

Tints of Lavender Rose #F893D6

RGB

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

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

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

R = 40.72%
G = 24.14%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F893D6 (or 0xF893D6) is known color: Lavender Rose. HEX triplet: F8, 93 and D6. RGB value is (248,147,214). Sum of RGB (Red+Green+Blue) = 248+147+214=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F893D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893D6 is #076C29. Grayscale: #B8B8B8. Windows color (decimal): -486442 or 14062584. OLE color: 14062584.

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

Color convert

RGB 248 147 214 -
CMYK 0 0.41 0.14 0.03
HSL 320.2º 0.88% 0.77% -
HSV(B) 320.2º 0.41% 0.97% -
XYZ 61.28 45.68 69.21 -
YUV 184.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 248 147 214 0 0.41 0.14 0.03 320.2 0.88 0.77
Hex F8 93 D6 0 29 E 3 140 58 4D
Octal 370 223 326 0 51 16 3 500 130 115
Binary 11111000 10010011 11010110 0 101001 1110 11 101000000 1011000 1001101

Color Harmonies of #F893D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893D6

Black with #F893D6

Text Example


Text Example

White with #F893D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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