#F3D6AF

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

Shades of Pink Lady #F3D6AF

Tints of Pink Lady #F3D6AF

Color information

#F3D6AF (or 0xF3D6AF) is unknown color: approx Pink Lady. HEX triplet: F3, D6 and AF. RGB value is (243,214,175). Sum of RGB (Red+Green+Blue) = 243+214+175=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D6AF is #0C2950. Grayscale: #DADADA. Windows color (decimal): -797009 or 11523827. OLE color: 11523827.

HSL color Cylindrical-coordinate representation of color #F3D6AF: hue angle of 34.41º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3D6AF is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB243214175-
CMYK00.120.280.05
HSL34.41º73.91%81.96%-
HSV(B)34.41º27.98%95.29%-
XYZ68.7570.2450.49-
YUV218.22103.61145.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 214 (83.98% from 255) = 33.86%
BLUE value IS 175 (68.75% from 255) = 27.69%
R=38.45%
G=33.86%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321417500.120.280.0534.4173.9181.96
HexF3D6AF0C1C5224a52
Octal36332625701434542112122
Binary111100111101011010101111011001110010110001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6AF; }

 p { color: rgb(243,214,175); }

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

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

 a { background-color: rgb(243,214,175); }

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

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

 span { border-color: rgb(243,214,175); }

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