Html Css Color HEX #F8A5E7 Lavender Rose

📋 copy color: '#F8A5E7'

red 248 ◦ green 165 ◦ blue 231

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

Shades of Lavender Rose #F8A5E7

Tints of Lavender Rose #F8A5E7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.62%

 BLUE value IS 231 (90.63% from 255) = 35.87%

R = 38.51%
G = 25.62%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F8A5E7 (or 0xF8A5E7) is known color: Lavender Rose. HEX triplet: F8, A5 and E7. RGB value is (248,165,231). Sum of RGB (Red+Green+Blue) = 248+165+231=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 165 (64.84% from 255 or 25.62% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A5E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A5E7 is #075A18. Grayscale: #C5C5C5. Windows color (decimal): -481817 or 15181304. OLE color: 15181304.

HSL color Cylindrical-coordinate representation of color #F8A5E7: hue angle of 312.29º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A5E7 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 165 231 -
CMYK 0 0.33 0.07 0.03
HSL 312.29º 0.86% 0.81% -
HSV(B) 312.29º 0.33% 0.97% -
XYZ 66.59 52.64 82.25 -
YUV 197.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 248 165 231 0 0.33 0.07 0.03 312.29 0.86 0.81
Hex F8 A5 E7 0 21 7 3 138 56 51
Octal 370 245 347 0 41 7 3 470 126 121
Binary 11111000 10100101 11100111 0 100001 111 11 100111000 1010110 1010001

Color Harmonies of #F8A5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A5E7

Black with #F8A5E7

Text Example


Text Example

White with #F8A5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A5E7; }

 p { color: rgb(248,165,231); }

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

background-color css

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

 a { background-color: rgb(248,165,231); }

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

border-color css

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

 span { border-color: rgb(248,165,231); }

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