Html Css Color HEX #F5B7EA Lavender Rose

📋 copy color: '#F5B7EA'

red 245 ◦ green 183 ◦ blue 234

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

Shades of Lavender Rose #F5B7EA

Tints of Lavender Rose #F5B7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.64%

 BLUE value IS 234 (91.8% from 255) = 35.35%

R = 37.01%
G = 27.64%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5B7EA (or 0xF5B7EA) is known color: Lavender Rose. HEX triplet: F5, B7 and EA. RGB value is (245,183,234). Sum of RGB (Red+Green+Blue) = 245+183+234=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 183 (71.88% from 255 or 27.64% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B7EA is #0A4815. Grayscale: #CFCFCF. Windows color (decimal): -673814 or 15382517. OLE color: 15382517.

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

Color convert

RGB 245 183 234 -
CMYK 0 0.25 0.04 0.04
HSL 310.65º 0.76% 0.84% -
HSV(B) 310.65º 0.25% 0.96% -
XYZ 69.44 59.22 85.61 -
YUV 207.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 245 183 234 0 0.25 0.04 0.04 310.65 0.76 0.84
Hex F5 B7 EA 0 19 4 4 137 4C 54
Octal 365 267 352 0 31 4 4 467 114 124
Binary 11110101 10110111 11101010 0 11001 100 100 100110111 1001100 1010100

Color Harmonies of #F5B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B7EA

Black with #F5B7EA

Text Example


Text Example

White with #F5B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B7EA; }

 p { color: rgb(245,183,234); }

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

background-color css

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

 a { background-color: rgb(245,183,234); }

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

border-color css

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

 span { border-color: rgb(245,183,234); }

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