Html Css Color HEX #F8DCB7 Pink Lady

📋 copy color: '#F8DCB7'

red 248 ◦ green 220 ◦ blue 183

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

Shades of Pink Lady #F8DCB7

Tints of Pink Lady #F8DCB7

RGB

 RED value IS 248 (97.27% from 255) = 38.1%

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

 BLUE value IS 183 (71.88% from 255) = 28.11%

R = 38.1%
G = 33.79%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F8DCB7 (or 0xF8DCB7) is known color: Pink Lady. HEX triplet: F8, DC and B7. RGB value is (248,220,183). Sum of RGB (Red+Green+Blue) = 248+220+183=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 183 (71.88% from 255 or 28.11% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCB7 is #072348. Grayscale: #E0E0E0. Windows color (decimal): -467785 or 12049656. OLE color: 12049656.

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

Color convert

RGB 248 220 183 -
CMYK 0 0.11 0.26 0.03
HSL 34.15º 0.82% 0.85% -
HSV(B) 34.15º 0.26% 0.97% -
XYZ 72.85 74.56 55.35 -
YUV 224.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 248 220 183 0 0.11 0.26 0.03 34.15 0.82 0.85
Hex F8 DC B7 0 B 1A 3 22 52 55
Octal 370 334 267 0 13 32 3 42 122 125
Binary 11111000 11011100 10110111 0 1011 11010 11 100010 1010010 1010101

Color Harmonies of #F8DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCB7

Black with #F8DCB7

Text Example


Text Example

White with #F8DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCB7; }

 p { color: rgb(248,220,183); }

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

background-color css

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

 a { background-color: rgb(248,220,183); }

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

border-color css

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

 span { border-color: rgb(248,220,183); }

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