Html Css Color HEX #F8D4B2 Pink Lady

📋 copy color: '#F8D4B2'

red 248 ◦ green 212 ◦ blue 178

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

Shades of Pink Lady #F8D4B2

Tints of Pink Lady #F8D4B2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.23%

 BLUE value IS 178 (69.92% from 255) = 27.9%

R = 38.87%
G = 33.23%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F8D4B2 (or 0xF8D4B2) is known color: Pink Lady. HEX triplet: F8, D4 and B2. RGB value is (248,212,178). Sum of RGB (Red+Green+Blue) = 248+212+178=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D4B2 is #072B4D. Grayscale: #DBDBDB. Windows color (decimal): -469838 or 11719928. OLE color: 11719928.

HSL color Cylindrical-coordinate representation of color #F8D4B2: hue angle of 29.14º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8D4B2 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 212 178 -
CMYK 0 0.15 0.28 0.03
HSL 29.14º 0.83% 0.84% -
HSV(B) 29.14º 0.28% 0.97% -
XYZ 70.29 70.26 51.98 -
YUV 218.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 248 212 178 0 0.15 0.28 0.03 29.14 0.83 0.84
Hex F8 D4 B2 0 F 1C 3 1D 53 54
Octal 370 324 262 0 17 34 3 35 123 124
Binary 11111000 11010100 10110010 0 1111 11100 11 11101 1010011 1010100

Color Harmonies of #F8D4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D4B2

Black with #F8D4B2

Text Example


Text Example

White with #F8D4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D4B2; }

 p { color: rgb(248,212,178); }

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

background-color css

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

 a { background-color: rgb(248,212,178); }

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

border-color css

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

 span { border-color: rgb(248,212,178); }

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