Html Css Color HEX #F5B5E0 Lavender Rose

📋 copy color: '#F5B5E0'

red 245 ◦ green 181 ◦ blue 224

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

Shades of Lavender Rose #F5B5E0

Tints of Lavender Rose #F5B5E0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.85%

 BLUE value IS 224 (87.89% from 255) = 34.46%

R = 37.69%
G = 27.85%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5B5E0 (or 0xF5B5E0) is known color: Lavender Rose. HEX triplet: F5, B5 and E0. RGB value is (245,181,224). Sum of RGB (Red+Green+Blue) = 245+181+224=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5E0 is #0A4A1F. Grayscale: #CCCCCC. Windows color (decimal): -674336 or 14726645. OLE color: 14726645.

HSL color Cylindrical-coordinate representation of color #F5B5E0: hue angle of 319.69º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5B5E0 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 181 224 -
CMYK 0 0.26 0.09 0.04
HSL 319.69º 0.76% 0.84% -
HSV(B) 319.69º 0.26% 0.96% -
XYZ 67.63 57.84 78.12 -
YUV 205.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 245 181 224 0 0.26 0.09 0.04 319.69 0.76 0.84
Hex F5 B5 E0 0 1A 9 4 140 4C 54
Octal 365 265 340 0 32 11 4 500 114 124
Binary 11110101 10110101 11100000 0 11010 1001 100 101000000 1001100 1010100

Color Harmonies of #F5B5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B5E0

Black with #F5B5E0

Text Example


Text Example

White with #F5B5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B5E0; }

 p { color: rgb(245,181,224); }

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

background-color css

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

 a { background-color: rgb(245,181,224); }

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

border-color css

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

 span { border-color: rgb(245,181,224); }

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