Html Css Color HEX #FBCDA0 Peach-Orange

📋 copy color: '#FBCDA0'

red 251 ◦ green 205 ◦ blue 160

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

Shades of Peach-Orange #FBCDA0

Tints of Peach-Orange #FBCDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.28%

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

R = 40.75%
G = 33.28%
B = 25.97%

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

#FBCDA0 (or 0xFBCDA0) is known color: Peach-Orange. HEX triplet: FB, CD and A0. RGB value is (251,205,160). Sum of RGB (Red+Green+Blue) = 251+205+160=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDA0 is #04325F. Grayscale: #D5D5D5. Windows color (decimal): -275040 or 10538491. OLE color: 10538491.

HSL color Cylindrical-coordinate representation of color #FBCDA0: hue angle of 29.67º 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 #FBCDA0 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 160 -
CMYK 0 0.18 0.36 0.02
HSL 29.67º 0.92% 0.81% -
HSV(B) 29.67º 0.36% 0.98% -
XYZ 67.96 66.71 42.55 -
YUV 213.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 251 205 160 0 0.18 0.36 0.02 29.67 0.92 0.81
Hex FB CD A0 0 12 24 2 1E 5C 51
Octal 373 315 240 0 22 44 2 36 134 121
Binary 11111011 11001101 10100000 0 10010 100100 10 11110 1011100 1010001

Color Harmonies of #FBCDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDA0

Black with #FBCDA0

Text Example


Text Example

White with #FBCDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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