Html Css Color HEX #F5B8DE Lavender Pink

📋 copy color: '#F5B8DE'

red 245 ◦ green 184 ◦ blue 222

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

Shades of Lavender Pink #F5B8DE

Tints of Lavender Pink #F5B8DE

RGB

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

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

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

R = 37.63%
G = 28.26%
B = 34.1%

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

#F5B8DE (or 0xF5B8DE) is known color: Lavender Pink. HEX triplet: F5, B8 and DE. RGB value is (245,184,222). Sum of RGB (Red+Green+Blue) = 245+184+222=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8DE is #0A4721. Grayscale: #CECECE. Windows color (decimal): -673570 or 14596341. OLE color: 14596341.

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

Color convert

RGB 245 184 222 -
CMYK 0 0.25 0.09 0.04
HSL 322.62º 0.75% 0.84% -
HSV(B) 322.62º 0.25% 0.96% -
XYZ 67.98 58.97 76.91 -
YUV 206.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 245 184 222 0 0.25 0.09 0.04 322.62 0.75 0.84
Hex F5 B8 DE 0 19 9 4 143 4B 54
Octal 365 270 336 0 31 11 4 503 113 124
Binary 11110101 10111000 11011110 0 11001 1001 100 101000011 1001011 1010100

Color Harmonies of #F5B8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B8DE

Black with #F5B8DE

Text Example


Text Example

White with #F5B8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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