Html Css Color HEX #FFDBBC Peach Puff

📋 copy color: '#FFDBBC'

red 255 ◦ green 219 ◦ blue 188

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

Shades of Peach Puff #FFDBBC

Tints of Peach Puff #FFDBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.4%

R = 38.52%
G = 33.08%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFDBBC (or 0xFFDBBC) is known color: Peach Puff. HEX triplet: FF, DB and BC. RGB value is (255,219,188). Sum of RGB (Red+Green+Blue) = 255+219+188=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBBC is #002443. Grayscale: #E2E2E2. Windows color (decimal): -9284 or 12377087. OLE color: 12377087.

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

Color convert

RGB 255 219 188 -
CMYK 0 0.14 0.26 0
HSL 27.76º 1% 0.87% -
HSV(B) 27.76º 0.26% 1% -
XYZ 75.65 75.55 58.17 -
YUV 226.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 255 219 188 0 0.14 0.26 0 27.76 1 0.87
Hex FF DB BC 0 E 1A 0 1C 64 57
Octal 377 333 274 0 16 32 0 34 144 127
Binary 11111111 11011011 10111100 0 1110 11010 0 11100 1100100 1010111

Color Harmonies of #FFDBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBBC

Black with #FFDBBC

Text Example


Text Example

White with #FFDBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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