Html Css Color HEX #FCCBA5 Peach

📋 copy color: '#FCCBA5'

red 252 ◦ green 203 ◦ blue 165

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

Shades of Peach #FCCBA5

Tints of Peach #FCCBA5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.74%

 BLUE value IS 165 (64.84% from 255) = 26.61%

R = 40.65%
G = 32.74%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCCBA5 (or 0xFCCBA5) is known color: Peach. HEX triplet: FC, CB and A5. RGB value is (252,203,165). Sum of RGB (Red+Green+Blue) = 252+203+165=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBA5 is #03345A. Grayscale: #D5D5D5. Windows color (decimal): -210011 or 10865660. OLE color: 10865660.

HSL color Cylindrical-coordinate representation of color #FCCBA5: hue angle of 26.21º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCCBA5 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 165 -
CMYK 0 0.19 0.35 0.01
HSL 26.21º 0.94% 0.82% -
HSV(B) 26.21º 0.35% 0.99% -
XYZ 68.29 66.12 44.76 -
YUV 213.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 252 203 165 0 0.19 0.35 0.01 26.21 0.94 0.82
Hex FC CB A5 0 13 23 1 1A 5E 52
Octal 374 313 245 0 23 43 1 32 136 122
Binary 11111100 11001011 10100101 0 10011 100011 1 11010 1011110 1010010

Color Harmonies of #FCCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBA5

Black with #FCCBA5

Text Example


Text Example

White with #FCCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBA5; }

 p { color: rgb(252,203,165); }

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

background-color css

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

 a { background-color: rgb(252,203,165); }

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

border-color css

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

 span { border-color: rgb(252,203,165); }

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