Html Css Color HEX #F3D5AE Pink Lady

📋 copy color: '#F3D5AE'

red 243 ◦ green 213 ◦ blue 174

#F3D5AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lady #F3D5AE

Tints of Pink Lady #F3D5AE

RGB

 RED value IS 243 (95.31% from 255) = 38.57%

 GREEN value IS 213 (83.59% from 255) = 33.81%

 BLUE value IS 174 (68.36% from 255) = 27.62%

R = 38.57%
G = 33.81%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F3D5AE (or 0xF3D5AE) is known color: Pink Lady. HEX triplet: F3, D5 and AE. RGB value is (243,213,174). Sum of RGB (Red+Green+Blue) = 243+213+174=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D5AE is #0C2A51. Grayscale: #D9D9D9. Windows color (decimal): -797266 or 11458035. OLE color: 11458035.

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

Color convert

RGB 243 213 174 -
CMYK 0 0.12 0.28 0.05
HSL 33.91º 0.74% 0.82% -
HSV(B) 33.91º 0.28% 0.95% -
XYZ 68.4 69.7 49.89 -
YUV 217.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 243 213 174 0 0.12 0.28 0.05 33.91 0.74 0.82
Hex F3 D5 AE 0 C 1C 5 22 4A 52
Octal 363 325 256 0 14 34 5 42 112 122
Binary 11110011 11010101 10101110 0 1100 11100 101 100010 1001010 1010010

Color Harmonies of #F3D5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D5AE

Black with #F3D5AE

Text Example


Text Example

White with #F3D5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D5AE; }

 p { color: rgb(243,213,174); }

 H1.HeaderClassName
 {
   color: #F3D5AE;
 }
 .AnyTagClassName
 {
   color: #F3D5AE;
 }
</style>

background-color css

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

 a { background-color: rgb(243,213,174); }

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

border-color css

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

 span { border-color: rgb(243,213,174); }

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