Html Css Color HEX #FFD5B2 Peach Puff

📋 copy color: '#FFD5B2'

red 255 ◦ green 213 ◦ blue 178

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

Shades of Peach Puff #FFD5B2

Tints of Peach Puff #FFD5B2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.97%

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

R = 39.47%
G = 32.97%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFD5B2 (or 0xFFD5B2) is known color: Peach Puff. HEX triplet: FF, D5 and B2. RGB value is (255,213,178). Sum of RGB (Red+Green+Blue) = 255+213+178=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5B2 is #002A4D. Grayscale: #DDDDDD. Windows color (decimal): -10830 or 11720191. OLE color: 11720191.

HSL color Cylindrical-coordinate representation of color #FFD5B2: hue angle of 27.27º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFD5B2 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 178 -
CMYK 0 0.16 0.30 0
HSL 27.27º 1% 0.85% -
HSV(B) 27.27º 0.3% 1% -
XYZ 73.07 72.06 52.18 -
YUV 221.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 255 213 178 0 0.16 0.30 0 27.27 1 0.85
Hex FF D5 B2 0 10 1E 0 1B 64 55
Octal 377 325 262 0 20 36 0 33 144 125
Binary 11111111 11010101 10110010 0 10000 11110 0 11011 1100100 1010101

Color Harmonies of #FFD5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5B2

Black with #FFD5B2

Text Example


Text Example

White with #FFD5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5B2; }

 p { color: rgb(255,213,178); }

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

background-color css

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

 a { background-color: rgb(255,213,178); }

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

border-color css

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

 span { border-color: rgb(255,213,178); }

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