Html Css Color HEX #F5B6EC Lavender Rose

📋 copy color: '#F5B6EC'

red 245 ◦ green 182 ◦ blue 236

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

Shades of Lavender Rose #F5B6EC

Tints of Lavender Rose #F5B6EC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.45%

 BLUE value IS 236 (92.58% from 255) = 35.6%

R = 36.95%
G = 27.45%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5B6EC (or 0xF5B6EC) is known color: Lavender Rose. HEX triplet: F5, B6 and EC. RGB value is (245,182,236). Sum of RGB (Red+Green+Blue) = 245+182+236=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 182 (71.48% from 255 or 27.45% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B6EC is #0A4913. Grayscale: #CECECE. Windows color (decimal): -674068 or 15513333. OLE color: 15513333.

HSL color Cylindrical-coordinate representation of color #F5B6EC: hue angle of 308.57º 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 #F5B6EC is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 182 236 -
CMYK 0 0.26 0.04 0.04
HSL 308.57º 0.76% 0.84% -
HSV(B) 308.57º 0.26% 0.96% -
XYZ 69.52 58.92 87.07 -
YUV 206.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 245 182 236 0 0.26 0.04 0.04 308.57 0.76 0.84
Hex F5 B6 EC 0 1A 4 4 135 4C 54
Octal 365 266 354 0 32 4 4 465 114 124
Binary 11110101 10110110 11101100 0 11010 100 100 100110101 1001100 1010100

Color Harmonies of #F5B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B6EC

Black with #F5B6EC

Text Example


Text Example

White with #F5B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B6EC; }

 p { color: rgb(245,182,236); }

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

background-color css

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

 a { background-color: rgb(245,182,236); }

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

border-color css

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

 span { border-color: rgb(245,182,236); }

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