#F3DCBB

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

Shades of Pink Lady #F3DCBB

Tints of Pink Lady #F3DCBB

Color information

#F3DCBB (or 0xF3DCBB) is unknown color: approx Pink Lady. HEX triplet: F3, DC and BB. RGB value is (243,220,187). Sum of RGB (Red+Green+Blue) = 243+220+187=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCBB is #0C2344. Grayscale: #DFDFDF. Windows color (decimal): -795461 or 12311795. OLE color: 12311795.

HSL color Cylindrical-coordinate representation of color #F3DCBB: hue angle of 35.36º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3DCBB is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243220187-
CMYK00.090.230.05
HSL35.36º70%84.31%-
HSV(B)35.36º23.05%95.29%-
XYZ71.5273.8357.49-
YUV223.11107.62142.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.38%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 187 (73.44% from 255) = 28.77%
R=37.38%
G=33.85%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322018700.090.230.0535.367084.31
HexF3DCBB09175234654
Octal36333427301127543106124
Binary111100111101110010111011010011011110110001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCBB; }

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

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

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

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

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

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

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

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