Html Css Color HEX #F5A8F0 Lavender Rose

📋 copy color: '#F5A8F0'

red 245 ◦ green 168 ◦ blue 240

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

Shades of Lavender Rose #F5A8F0

Tints of Lavender Rose #F5A8F0

RGB

 RED value IS 245 (96.09% from 255) = 37.52%

 GREEN value IS 168 (66.02% from 255) = 25.73%

 BLUE value IS 240 (94.14% from 255) = 36.75%

R = 37.52%
G = 25.73%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5A8F0 (or 0xF5A8F0) is known color: Lavender Rose. HEX triplet: F5, A8 and F0. RGB value is (245,168,240). Sum of RGB (Red+Green+Blue) = 245+168+240=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A8F0 is #0A570F. Grayscale: #C7C7C7. Windows color (decimal): -677648 or 15771893. OLE color: 15771893.

HSL color Cylindrical-coordinate representation of color #F5A8F0: hue angle of 303.9º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A8F0 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 168 240 -
CMYK 0 0.31 0.02 0.04
HSL 303.9º 0.79% 0.81% -
HSV(B) 303.9º 0.31% 0.96% -
XYZ 67.39 53.71 89.25 -
YUV 199.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 245 168 240 0 0.31 0.02 0.04 303.9 0.79 0.81
Hex F5 A8 F0 0 1F 2 4 130 4F 51
Octal 365 250 360 0 37 2 4 460 117 121
Binary 11110101 10101000 11110000 0 11111 10 100 100110000 1001111 1010001

Color Harmonies of #F5A8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A8F0

Black with #F5A8F0

Text Example


Text Example

White with #F5A8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A8F0; }

 p { color: rgb(245,168,240); }

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

background-color css

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

 a { background-color: rgb(245,168,240); }

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

border-color css

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

 span { border-color: rgb(245,168,240); }

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