Html Css Color HEX #F893DD Lavender Rose

📋 copy color: '#F893DD'

red 248 ◦ green 147 ◦ blue 221

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

Shades of Lavender Rose #F893DD

Tints of Lavender Rose #F893DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 40.26%
G = 23.86%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F893DD (or 0xF893DD) is known color: Lavender Rose. HEX triplet: F8, 93 and DD. RGB value is (248,147,221). Sum of RGB (Red+Green+Blue) = 248+147+221=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F893DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893DD is #076C22. Grayscale: #B9B9B9. Windows color (decimal): -486435 or 14521336. OLE color: 14521336.

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

Color convert

RGB 248 147 221 -
CMYK 0 0.41 0.11 0.03
HSL 316.04º 0.88% 0.77% -
HSV(B) 316.04º 0.41% 0.97% -
XYZ 62.2 46.04 74.02 -
YUV 185.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 248 147 221 0 0.41 0.11 0.03 316.04 0.88 0.77
Hex F8 93 DD 0 29 B 3 13C 58 4D
Octal 370 223 335 0 51 13 3 474 130 115
Binary 11111000 10010011 11011101 0 101001 1011 11 100111100 1011000 1001101

Color Harmonies of #F893DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893DD

Black with #F893DD

Text Example


Text Example

White with #F893DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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