Html Css Color HEX #F5D2AF Pink Lady

📋 copy color: '#F5D2AF'

red 245 ◦ green 210 ◦ blue 175

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

Shades of Pink Lady #F5D2AF

Tints of Pink Lady #F5D2AF

RGB

 RED value IS 245 (96.09% from 255) = 38.89%

 GREEN value IS 210 (82.42% from 255) = 33.33%

 BLUE value IS 175 (68.75% from 255) = 27.78%

R = 38.89%
G = 33.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5D2AF (or 0xF5D2AF) is known color: Pink Lady. HEX triplet: F5, D2 and AF. RGB value is (245,210,175). Sum of RGB (Red+Green+Blue) = 245+210+175=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D2AF is #0A2D50. Grayscale: #D8D8D8. Windows color (decimal): -666961 or 11522805. OLE color: 11522805.

HSL color Cylindrical-coordinate representation of color #F5D2AF: hue angle of 30º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5D2AF is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 210 175 -
CMYK 0 0.14 0.29 0.04
HSL 30º 0.78% 0.82% -
HSV(B) 30º 0.29% 0.96% -
XYZ 68.44 68.6 50.19 -
YUV 216.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 245 210 175 0 0.14 0.29 0.04 30 0.78 0.82
Hex F5 D2 AF 0 E 1D 4 1E 4E 52
Octal 365 322 257 0 16 35 4 36 116 122
Binary 11110101 11010010 10101111 0 1110 11101 100 11110 1001110 1010010

Color Harmonies of #F5D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D2AF

Black with #F5D2AF

Text Example


Text Example

White with #F5D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D2AF; }

 p { color: rgb(245,210,175); }

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

background-color css

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

 a { background-color: rgb(245,210,175); }

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

border-color css

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

 span { border-color: rgb(245,210,175); }

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