Html Css Color HEX #FFDBBB Peach Puff

📋 copy color: '#FFDBBB'

red 255 ◦ green 219 ◦ blue 187

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

Shades of Peach Puff #FFDBBB

Tints of Peach Puff #FFDBBB

RGB

 RED value IS 255 (100% from 255) = 38.58%

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

 BLUE value IS 187 (73.44% from 255) = 28.29%

R = 38.58%
G = 33.13%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFDBBB (or 0xFFDBBB) is known color: Peach Puff. HEX triplet: FF, DB and BB. RGB value is (255,219,187). Sum of RGB (Red+Green+Blue) = 255+219+187=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBBB is #002444. Grayscale: #E2E2E2. Windows color (decimal): -9285 or 12311551. OLE color: 12311551.

HSL color Cylindrical-coordinate representation of color #FFDBBB: hue angle of 28.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFDBBB is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 219 187 -
CMYK 0 0.14 0.27 0
HSL 28.24º 1% 0.87% -
HSV(B) 28.24º 0.27% 1% -
XYZ 75.54 75.51 57.61 -
YUV 226.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 255 219 187 0 0.14 0.27 0 28.24 1 0.87
Hex FF DB BB 0 E 1B 0 1C 64 57
Octal 377 333 273 0 16 33 0 34 144 127
Binary 11111111 11011011 10111011 0 1110 11011 0 11100 1100100 1010111

Color Harmonies of #FFDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBBB

Black with #FFDBBB

Text Example


Text Example

White with #FFDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBBB; }

 p { color: rgb(255,219,187); }

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

background-color css

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

 a { background-color: rgb(255,219,187); }

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

border-color css

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

 span { border-color: rgb(255,219,187); }

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