Html Css Color HEX #F5B5CF Lavender Pink

📋 copy color: '#F5B5CF'

red 245 ◦ green 181 ◦ blue 207

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

Shades of Lavender Pink #F5B5CF

Tints of Lavender Pink #F5B5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.7%

R = 38.7%
G = 28.59%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5B5CF (or 0xF5B5CF) is known color: Lavender Pink. HEX triplet: F5, B5 and CF. RGB value is (245,181,207). Sum of RGB (Red+Green+Blue) = 245+181+207=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5CF is #0A4A30. Grayscale: #CBCBCB. Windows color (decimal): -674353 or 13612533. OLE color: 13612533.

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

Color convert

RGB 245 181 207 -
CMYK 0 0.26 0.16 0.04
HSL 335.63º 0.76% 0.84% -
HSV(B) 335.63º 0.26% 0.96% -
XYZ 65.44 56.97 66.58 -
YUV 203.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 245 181 207 0 0.26 0.16 0.04 335.63 0.76 0.84
Hex F5 B5 CF 0 1A 10 4 150 4C 54
Octal 365 265 317 0 32 20 4 520 114 124
Binary 11110101 10110101 11001111 0 11010 10000 100 101010000 1001100 1010100

Color Harmonies of #F5B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B5CF

Black with #F5B5CF

Text Example


Text Example

White with #F5B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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