Html Css Color HEX #F8DBB8 Pink Lady

📋 copy color: '#F8DBB8'

red 248 ◦ green 219 ◦ blue 184

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

Shades of Pink Lady #F8DBB8

Tints of Pink Lady #F8DBB8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.64%

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

R = 38.1%
G = 33.64%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F8DBB8 (or 0xF8DBB8) is known color: Pink Lady. HEX triplet: F8, DB and B8. RGB value is (248,219,184). Sum of RGB (Red+Green+Blue) = 248+219+184=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 184 (72.27% from 255 or 28.26% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBB8 is #072447. Grayscale: #DFDFDF. Windows color (decimal): -468040 or 12114936. OLE color: 12114936.

HSL color Cylindrical-coordinate representation of color #F8DBB8: hue angle of 32.81º 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 #F8DBB8 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 219 184 -
CMYK 0 0.12 0.26 0.03
HSL 32.81º 0.82% 0.85% -
HSV(B) 32.81º 0.26% 0.97% -
XYZ 72.69 74.08 55.81 -
YUV 223.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 248 219 184 0 0.12 0.26 0.03 32.81 0.82 0.85
Hex F8 DB B8 0 C 1A 3 21 52 55
Octal 370 333 270 0 14 32 3 41 122 125
Binary 11111000 11011011 10111000 0 1100 11010 11 100001 1010010 1010101

Color Harmonies of #F8DBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DBB8

Black with #F8DBB8

Text Example


Text Example

White with #F8DBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DBB8; }

 p { color: rgb(248,219,184); }

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

background-color css

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

 a { background-color: rgb(248,219,184); }

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

border-color css

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

 span { border-color: rgb(248,219,184); }

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