Html Css Color HEX #FCE3AF Peach-Yellow

📋 copy color: '#FCE3AF'

red 252 ◦ green 227 ◦ blue 175

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

Shades of Peach-Yellow #FCE3AF

Tints of Peach-Yellow #FCE3AF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.71%

 BLUE value IS 175 (68.75% from 255) = 26.76%

R = 38.53%
G = 34.71%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCE3AF (or 0xFCE3AF) is known color: Peach-Yellow. HEX triplet: FC, E3 and AF. RGB value is (252,227,175). Sum of RGB (Red+Green+Blue) = 252+227+175=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE3AF is #031C50. Grayscale: #E4E4E4. Windows color (decimal): -203857 or 11527164. OLE color: 11527164.

HSL color Cylindrical-coordinate representation of color #FCE3AF: hue angle of 40.52º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCE3AF is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 227 175 -
CMYK 0 0.10 0.31 0.01
HSL 40.52º 0.93% 0.84% -
HSV(B) 40.52º 0.31% 0.99% -
XYZ 75.35 78.73 51.78 -
YUV 228.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 252 227 175 0 0.10 0.31 0.01 40.52 0.93 0.84
Hex FC E3 AF 0 A 1F 1 29 5D 54
Octal 374 343 257 0 12 37 1 51 135 124
Binary 11111100 11100011 10101111 0 1010 11111 1 101001 1011101 1010100

Color Harmonies of #FCE3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE3AF

Black with #FCE3AF

Text Example


Text Example

White with #FCE3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE3AF; }

 p { color: rgb(252,227,175); }

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

background-color css

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

 a { background-color: rgb(252,227,175); }

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

border-color css

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

 span { border-color: rgb(252,227,175); }

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