Html Css Color HEX #F892D6 Lavender Rose

📋 copy color: '#F892D6'

red 248 ◦ green 146 ◦ blue 214

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

Shades of Lavender Rose #F892D6

Tints of Lavender Rose #F892D6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.01%

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

R = 40.79%
G = 24.01%
B = 35.2%

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

#F892D6 (or 0xF892D6) is known color: Lavender Rose. HEX triplet: F8, 92 and D6. RGB value is (248,146,214). Sum of RGB (Red+Green+Blue) = 248+146+214=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F892D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892D6 is #076D29. Grayscale: #B8B8B8. Windows color (decimal): -486698 or 14062328. OLE color: 14062328.

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

Color convert

RGB 248 146 214 -
CMYK 0 0.41 0.14 0.03
HSL 320º 0.88% 0.77% -
HSV(B) 320º 0.41% 0.97% -
XYZ 61.13 45.37 69.15 -
YUV 184.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 248 146 214 0 0.41 0.14 0.03 320 0.88 0.77
Hex F8 92 D6 0 29 E 3 140 58 4D
Octal 370 222 326 0 51 16 3 500 130 115
Binary 11111000 10010010 11010110 0 101001 1110 11 101000000 1011000 1001101

Color Harmonies of #F892D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F892D6

Black with #F892D6

Text Example


Text Example

White with #F892D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F892D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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