#F5DCBB

Color #F5DCBB Pink Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lady #F5DCBB

Tints of Pink Lady #F5DCBB

Color information

#F5DCBB (or 0xF5DCBB) is unknown color: approx Pink Lady. HEX triplet: F5, DC and BB. RGB value is (245,220,187). Sum of RGB (Red+Green+Blue) = 245+220+187=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCBB is #0A2344. Grayscale: #DFDFDF. Windows color (decimal): -664389 or 12311797. OLE color: 12311797.

HSL color Cylindrical-coordinate representation of color #F5DCBB: hue angle of 34.14º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5DCBB is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245220187-
CMYK00.100.240.04
HSL34.14º74.36%84.71%-
HSV(B)34.14º23.67%96.08%-
XYZ72.2274.1957.53-
YUV223.71107.28143.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.58%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 187 (73.44% from 255) = 28.68%
R=37.58%
G=33.74%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522018700.100.240.0434.1474.3684.71
HexF5DCBB0A184224a55
Octal36533427301230442112125
Binary111101011101110010111011010101100010010001010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCBB; }

 p { color: rgb(245,220,187); }

 H1.HeaderClassName
 {
   color: #F5DCBB;
 }
 .AnyTagClassName
 {
   color: #F5DCBB;
 }
</style>
background-color css

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

 a { background-color: rgb(245,220,187); }

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

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

 span { border-color: rgb(245,220,187); }

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