Html Css Color HEX #F5D6B8 Pink Lady

📋 copy color: '#F5D6B8'

red 245 ◦ green 214 ◦ blue 184

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

Shades of Pink Lady #F5D6B8

Tints of Pink Lady #F5D6B8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.28%

 BLUE value IS 184 (72.27% from 255) = 28.62%

R = 38.1%
G = 33.28%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F5D6B8 (or 0xF5D6B8) is known color: Pink Lady. HEX triplet: F5, D6 and B8. RGB value is (245,214,184). Sum of RGB (Red+Green+Blue) = 245+214+184=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D6B8 is #0A2947. Grayscale: #DCDCDC. Windows color (decimal): -665928 or 12113653. OLE color: 12113653.

HSL color Cylindrical-coordinate representation of color #F5D6B8: hue angle of 29.51º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5D6B8 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 214 184 -
CMYK 0 0.13 0.25 0.04
HSL 29.51º 0.75% 0.84% -
HSV(B) 29.51º 0.25% 0.96% -
XYZ 70.35 70.97 55.34 -
YUV 219.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 245 214 184 0 0.13 0.25 0.04 29.51 0.75 0.84
Hex F5 D6 B8 0 D 19 4 1E 4B 54
Octal 365 326 270 0 15 31 4 36 113 124
Binary 11110101 11010110 10111000 0 1101 11001 100 11110 1001011 1010100

Color Harmonies of #F5D6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D6B8

Black with #F5D6B8

Text Example


Text Example

White with #F5D6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D6B8; }

 p { color: rgb(245,214,184); }

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

background-color css

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

 a { background-color: rgb(245,214,184); }

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

border-color css

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

 span { border-color: rgb(245,214,184); }

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