Html Css Color HEX #F5B3CE Lavender Pink

📋 copy color: '#F5B3CE'

red 245 ◦ green 179 ◦ blue 206

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

Shades of Lavender Pink #F5B3CE

Tints of Lavender Pink #F5B3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.41%

 BLUE value IS 206 (80.86% from 255) = 32.7%

R = 38.89%
G = 28.41%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5B3CE (or 0xF5B3CE) is known color: Lavender Pink. HEX triplet: F5, B3 and CE. RGB value is (245,179,206). Sum of RGB (Red+Green+Blue) = 245+179+206=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B3CE is #0A4C31. Grayscale: #C9C9C9. Windows color (decimal): -674866 or 13546485. OLE color: 13546485.

HSL color Cylindrical-coordinate representation of color #F5B3CE: hue angle of 335.45º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B3CE is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 179 206 -
CMYK 0 0.27 0.16 0.04
HSL 335.45º 0.77% 0.83% -
HSV(B) 335.45º 0.27% 0.96% -
XYZ 64.92 56.11 65.8 -
YUV 201.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 245 179 206 0 0.27 0.16 0.04 335.45 0.77 0.83
Hex F5 B3 CE 0 1B 10 4 14F 4D 53
Octal 365 263 316 0 33 20 4 517 115 123
Binary 11110101 10110011 11001110 0 11011 10000 100 101001111 1001101 1010011

Color Harmonies of #F5B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B3CE

Black with #F5B3CE

Text Example


Text Example

White with #F5B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B3CE; }

 p { color: rgb(245,179,206); }

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

background-color css

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

 a { background-color: rgb(245,179,206); }

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

border-color css

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

 span { border-color: rgb(245,179,206); }

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