Html Css Color HEX #FCCFA2 Peach

📋 copy color: '#FCCFA2'

red 252 ◦ green 207 ◦ blue 162

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

Shades of Peach #FCCFA2

Tints of Peach #FCCFA2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.33%

 BLUE value IS 162 (63.67% from 255) = 26.09%

R = 40.58%
G = 33.33%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCCFA2 (or 0xFCCFA2) is known color: Peach. HEX triplet: FC, CF and A2. RGB value is (252,207,162). Sum of RGB (Red+Green+Blue) = 252+207+162=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 162 (63.67% from 255 or 26.09% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFA2 is #03305D. Grayscale: #D7D7D7. Windows color (decimal): -208990 or 10670076. OLE color: 10670076.

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

Color convert

RGB 252 207 162 -
CMYK 0 0.18 0.36 0.01
HSL 30º 0.94% 0.81% -
HSV(B) 30º 0.36% 0.99% -
XYZ 68.98 67.93 43.66 -
YUV 215.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 252 207 162 0 0.18 0.36 0.01 30 0.94 0.81
Hex FC CF A2 0 12 24 1 1E 5E 51
Octal 374 317 242 0 22 44 1 36 136 121
Binary 11111100 11001111 10100010 0 10010 100100 1 11110 1011110 1010001

Color Harmonies of #FCCFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFA2

Black with #FCCFA2

Text Example


Text Example

White with #FCCFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFA2; }

 p { color: rgb(252,207,162); }

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

background-color css

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

 a { background-color: rgb(252,207,162); }

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

border-color css

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

 span { border-color: rgb(252,207,162); }

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