Html Css Color HEX #F7DCB9 Pink Lady

📋 copy color: '#F7DCB9'

red 247 ◦ green 220 ◦ blue 185

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

Shades of Pink Lady #F7DCB9

Tints of Pink Lady #F7DCB9

RGB

 RED value IS 247 (96.88% from 255) = 37.88%

 GREEN value IS 220 (86.33% from 255) = 33.74%

 BLUE value IS 185 (72.66% from 255) = 28.37%

R = 37.88%
G = 33.74%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7DCB9 (or 0xF7DCB9) is known color: Pink Lady. HEX triplet: F7, DC and B9. RGB value is (247,220,185). Sum of RGB (Red+Green+Blue) = 247+220+185=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 185 (72.66% from 255 or 28.37% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCB9 is #082346. Grayscale: #E0E0E0. Windows color (decimal): -533319 or 12180727. OLE color: 12180727.

HSL color Cylindrical-coordinate representation of color #F7DCB9: hue angle of 33.87º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7DCB9 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 220 185 -
CMYK 0 0.11 0.25 0.03
HSL 33.87º 0.79% 0.85% -
HSV(B) 33.87º 0.25% 0.97% -
XYZ 72.71 74.46 56.44 -
YUV 224.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 247 220 185 0 0.11 0.25 0.03 33.87 0.79 0.85
Hex F7 DC B9 0 B 19 3 22 4F 55
Octal 367 334 271 0 13 31 3 42 117 125
Binary 11110111 11011100 10111001 0 1011 11001 11 100010 1001111 1010101

Color Harmonies of #F7DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCB9

Black with #F7DCB9

Text Example


Text Example

White with #F7DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCB9; }

 p { color: rgb(247,220,185); }

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

background-color css

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

 a { background-color: rgb(247,220,185); }

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

border-color css

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

 span { border-color: rgb(247,220,185); }

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