Html Css Color HEX #FCDABB Peach Puff

📋 copy color: '#FCDABB'

red 252 ◦ green 218 ◦ blue 187

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

Shades of Peach Puff #FCDABB

Tints of Peach Puff #FCDABB

RGB

 RED value IS 252 (98.83% from 255) = 38.36%

 GREEN value IS 218 (85.55% from 255) = 33.18%

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

R = 38.36%
G = 33.18%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCDABB (or 0xFCDABB) is known color: Peach Puff. HEX triplet: FC, DA and BB. RGB value is (252,218,187). Sum of RGB (Red+Green+Blue) = 252+218+187=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDABB is #032544. Grayscale: #E0E0E0. Windows color (decimal): -206149 or 12311292. OLE color: 12311292.

HSL color Cylindrical-coordinate representation of color #FCDABB: hue angle of 28.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCDABB is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 218 187 -
CMYK 0 0.13 0.26 0.01
HSL 28.62º 0.92% 0.86% -
HSV(B) 28.62º 0.26% 0.99% -
XYZ 74.19 74.43 57.47 -
YUV 224.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 252 218 187 0 0.13 0.26 0.01 28.62 0.92 0.86
Hex FC DA BB 0 D 1A 1 1D 5C 56
Octal 374 332 273 0 15 32 1 35 134 126
Binary 11111100 11011010 10111011 0 1101 11010 1 11101 1011100 1010110

Color Harmonies of #FCDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDABB

Black with #FCDABB

Text Example


Text Example

White with #FCDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDABB; }

 p { color: rgb(252,218,187); }

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

background-color css

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

 a { background-color: rgb(252,218,187); }

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

border-color css

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

 span { border-color: rgb(252,218,187); }

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