#F3D9BA

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

Shades of Pink Lady #F3D9BA

Tints of Pink Lady #F3D9BA

Color information

#F3D9BA (or 0xF3D9BA) is unknown color: approx Pink Lady. HEX triplet: F3, D9 and BA. RGB value is (243,217,186). Sum of RGB (Red+Green+Blue) = 243+217+186=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9BA is #0C2645. Grayscale: #DDDDDD. Windows color (decimal): -796230 or 12245491. OLE color: 12245491.

HSL color Cylindrical-coordinate representation of color #F3D9BA: hue angle of 32.63º 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 #F3D9BA is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243217186-
CMYK00.110.230.05
HSL32.63º70.37%84.12%-
HSV(B)32.63º23.46%95.29%-
XYZ70.6472.2356.67-
YUV221.24108.11143.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.62%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=37.62%
G=33.59%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321718600.110.230.0532.6370.3784.12
HexF3D9BA0B175214654
Octal36333127201327541106124
Binary111100111101100110111010010111011110110000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D9BA; }

 p { color: rgb(243,217,186); }

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

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

 a { background-color: rgb(243,217,186); }

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

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

 span { border-color: rgb(243,217,186); }

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