Html Css Color HEX #F5B7DE Lavender Pink

📋 copy color: '#F5B7DE'

red 245 ◦ green 183 ◦ blue 222

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

Shades of Lavender Pink #F5B7DE

Tints of Lavender Pink #F5B7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.15%

R = 37.69%
G = 28.15%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5B7DE (or 0xF5B7DE) is known color: Lavender Pink. HEX triplet: F5, B7 and DE. RGB value is (245,183,222). Sum of RGB (Red+Green+Blue) = 245+183+222=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7DE is #0A4821. Grayscale: #CDCDCD. Windows color (decimal): -673826 or 14596085. OLE color: 14596085.

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

Color convert

RGB 245 183 222 -
CMYK 0 0.25 0.09 0.04
HSL 322.26º 0.76% 0.84% -
HSV(B) 322.26º 0.25% 0.96% -
XYZ 67.77 58.55 76.84 -
YUV 205.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 245 183 222 0 0.25 0.09 0.04 322.26 0.76 0.84
Hex F5 B7 DE 0 19 9 4 142 4C 54
Octal 365 267 336 0 31 11 4 502 114 124
Binary 11110101 10110111 11011110 0 11001 1001 100 101000010 1001100 1010100

Color Harmonies of #F5B7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B7DE

Black with #F5B7DE

Text Example


Text Example

White with #F5B7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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