Html Css Color HEX #F5B6E5 Lavender Rose

📋 copy color: '#F5B6E5'

red 245 ◦ green 182 ◦ blue 229

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

Shades of Lavender Rose #F5B6E5

Tints of Lavender Rose #F5B6E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 37.35%
G = 27.74%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5B6E5 (or 0xF5B6E5) is known color: Lavender Rose. HEX triplet: F5, B6 and E5. RGB value is (245,182,229). Sum of RGB (Red+Green+Blue) = 245+182+229=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B6E5 is #0A491A. Grayscale: #CECECE. Windows color (decimal): -674075 or 15054581. OLE color: 15054581.

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

Color convert

RGB 245 182 229 -
CMYK 0 0.26 0.07 0.04
HSL 315.24º 0.76% 0.84% -
HSV(B) 315.24º 0.26% 0.96% -
XYZ 68.53 58.53 81.81 -
YUV 206.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 245 182 229 0 0.26 0.07 0.04 315.24 0.76 0.84
Hex F5 B6 E5 0 1A 7 4 13B 4C 54
Octal 365 266 345 0 32 7 4 473 114 124
Binary 11110101 10110110 11100101 0 11010 111 100 100111011 1001100 1010100

Color Harmonies of #F5B6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B6E5

Black with #F5B6E5

Text Example


Text Example

White with #F5B6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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