Html Css Color HEX #FCCAA4 Peach

📋 copy color: '#FCCAA4'

red 252 ◦ green 202 ◦ blue 164

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

Shades of Peach #FCCAA4

Tints of Peach #FCCAA4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.69%

 BLUE value IS 164 (64.45% from 255) = 26.54%

R = 40.78%
G = 32.69%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCCAA4 (or 0xFCCAA4) is known color: Peach. HEX triplet: FC, CA and A4. RGB value is (252,202,164). Sum of RGB (Red+Green+Blue) = 252+202+164=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA4 is #03355B. Grayscale: #D4D4D4. Windows color (decimal): -210268 or 10799868. OLE color: 10799868.

HSL color Cylindrical-coordinate representation of color #FCCAA4: hue angle of 25.91º 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 #FCCAA4 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 202 164 -
CMYK 0 0.20 0.35 0.01
HSL 25.91º 0.94% 0.82% -
HSV(B) 25.91º 0.35% 0.99% -
XYZ 67.97 65.62 44.21 -
YUV 212.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 252 202 164 0 0.20 0.35 0.01 25.91 0.94 0.82
Hex FC CA A4 0 14 23 1 1A 5E 52
Octal 374 312 244 0 24 43 1 32 136 122
Binary 11111100 11001010 10100100 0 10100 100011 1 11010 1011110 1010010

Color Harmonies of #FCCAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAA4

Black with #FCCAA4

Text Example


Text Example

White with #FCCAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAA4; }

 p { color: rgb(252,202,164); }

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

background-color css

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

 a { background-color: rgb(252,202,164); }

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

border-color css

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

 span { border-color: rgb(252,202,164); }

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