Html Css Color HEX #F5B5D0 Lavender Pink

📋 copy color: '#F5B5D0'

red 245 ◦ green 181 ◦ blue 208

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

Shades of Lavender Pink #F5B5D0

Tints of Lavender Pink #F5B5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.81%

R = 38.64%
G = 28.55%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F5B5D0 (or 0xF5B5D0) is known color: Lavender Pink. HEX triplet: F5, B5 and D0. RGB value is (245,181,208). Sum of RGB (Red+Green+Blue) = 245+181+208=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5D0 is #0A4A2F. Grayscale: #CBCBCB. Windows color (decimal): -674352 or 13678069. OLE color: 13678069.

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

Color convert

RGB 245 181 208 -
CMYK 0 0.26 0.15 0.04
HSL 334.69º 0.76% 0.84% -
HSV(B) 334.69º 0.26% 0.96% -
XYZ 65.57 57.01 67.22 -
YUV 203.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 245 181 208 0 0.26 0.15 0.04 334.69 0.76 0.84
Hex F5 B5 D0 0 1A F 4 14F 4C 54
Octal 365 265 320 0 32 17 4 517 114 124
Binary 11110101 10110101 11010000 0 11010 1111 100 101001111 1001100 1010100

Color Harmonies of #F5B5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B5D0

Black with #F5B5D0

Text Example


Text Example

White with #F5B5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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