Html Css Color HEX #FBCEA0 Peach-Orange

📋 copy color: '#FBCEA0'

red 251 ◦ green 206 ◦ blue 160

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

Shades of Peach-Orange #FBCEA0

Tints of Peach-Orange #FBCEA0

RGB

 RED value IS 251 (98.44% from 255) = 40.68%

 GREEN value IS 206 (80.86% from 255) = 33.39%

 BLUE value IS 160 (62.89% from 255) = 25.93%

R = 40.68%
G = 33.39%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBCEA0 (or 0xFBCEA0) is known color: Peach-Orange. HEX triplet: FB, CE and A0. RGB value is (251,206,160). Sum of RGB (Red+Green+Blue) = 251+206+160=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEA0 is #04315F. Grayscale: #D6D6D6. Windows color (decimal): -274784 or 10538747. OLE color: 10538747.

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

Color convert

RGB 251 206 160 -
CMYK 0 0.18 0.36 0.02
HSL 30.33º 0.92% 0.81% -
HSV(B) 30.33º 0.36% 0.98% -
XYZ 68.2 67.19 42.63 -
YUV 214.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 251 206 160 0 0.18 0.36 0.02 30.33 0.92 0.81
Hex FB CE A0 0 12 24 2 1E 5C 51
Octal 373 316 240 0 22 44 2 36 134 121
Binary 11111011 11001110 10100000 0 10010 100100 10 11110 1011100 1010001

Color Harmonies of #FBCEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCEA0

Black with #FBCEA0

Text Example


Text Example

White with #FBCEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCEA0; }

 p { color: rgb(251,206,160); }

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

background-color css

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

 a { background-color: rgb(251,206,160); }

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

border-color css

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

 span { border-color: rgb(251,206,160); }

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