Html Css Color HEX #F5B8EF Lavender Rose

📋 copy color: '#F5B8EF'

red 245 ◦ green 184 ◦ blue 239

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

Shades of Lavender Rose #F5B8EF

Tints of Lavender Rose #F5B8EF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.54%

 BLUE value IS 239 (93.75% from 255) = 35.78%

R = 36.68%
G = 27.54%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5B8EF (or 0xF5B8EF) is known color: Lavender Rose. HEX triplet: F5, B8 and EF. RGB value is (245,184,239). Sum of RGB (Red+Green+Blue) = 245+184+239=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 184 (72.27% from 255 or 27.54% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B8EF is #0A4710. Grayscale: #D0D0D0. Windows color (decimal): -673553 or 15710453. OLE color: 15710453.

HSL color Cylindrical-coordinate representation of color #F5B8EF: hue angle of 305.9º degrees, saturation: 0.75, 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 #F5B8EF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 184 239 -
CMYK 0 0.25 0.02 0.04
HSL 305.9º 0.75% 0.84% -
HSV(B) 305.9º 0.25% 0.96% -
XYZ 70.38 59.93 89.52 -
YUV 208.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 245 184 239 0 0.25 0.02 0.04 305.9 0.75 0.84
Hex F5 B8 EF 0 19 2 4 132 4B 54
Octal 365 270 357 0 31 2 4 462 113 124
Binary 11110101 10111000 11101111 0 11001 10 100 100110010 1001011 1010100

Color Harmonies of #F5B8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B8EF

Black with #F5B8EF

Text Example


Text Example

White with #F5B8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B8EF; }

 p { color: rgb(245,184,239); }

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

background-color css

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

 a { background-color: rgb(245,184,239); }

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

border-color css

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

 span { border-color: rgb(245,184,239); }

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