#F3D7BA

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

Shades of Pink Lady #F3D7BA

Tints of Pink Lady #F3D7BA

Color information

#F3D7BA (or 0xF3D7BA) is unknown color: approx Pink Lady. HEX triplet: F3, D7 and BA. RGB value is (243,215,186). Sum of RGB (Red+Green+Blue) = 243+215+186=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D7BA is #0C2845. Grayscale: #DCDCDC. Windows color (decimal): -796742 or 12244979. OLE color: 12244979.

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

Color convert

RGB243215186-
CMYK00.120.230.05
HSL30.53º70.37%84.12%-
HSV(B)30.53º23.46%95.29%-
XYZ70.1371.256.5-
YUV220.07108.78144.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.73%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=37.73%
G=33.39%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321518600.120.230.0530.5370.3784.12
HexF3D7BA0C1751f4654
Octal36332727201427537106124
Binary11110011110101111011101001100101111011111110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D7BA; }

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

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

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

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

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

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

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

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