Html Css Color HEX #FBCB8D Peach-Orange

📋 copy color: '#FBCB8D'

red 251 ◦ green 203 ◦ blue 141

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

Shades of Peach-Orange #FBCB8D

Tints of Peach-Orange #FBCB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

 BLUE value IS 141 (55.47% from 255) = 23.7%

R = 42.18%
G = 34.12%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBCB8D (or 0xFBCB8D) is known color: Peach-Orange. HEX triplet: FB, CB and 8D. RGB value is (251,203,141). Sum of RGB (Red+Green+Blue) = 251+203+141=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB8D is #043472. Grayscale: #D2D2D2. Windows color (decimal): -275571 or 9292795. OLE color: 9292795.

HSL color Cylindrical-coordinate representation of color #FBCB8D: hue angle of 33.82º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBCB8D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 141 -
CMYK 0 0.19 0.44 0.02
HSL 33.82º 0.93% 0.77% -
HSV(B) 33.82º 0.44% 0.98% -
XYZ 65.95 65.14 34.3 -
YUV 210.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 251 203 141 0 0.19 0.44 0.02 33.82 0.93 0.77
Hex FB CB 8D 0 13 2C 2 22 5D 4D
Octal 373 313 215 0 23 54 2 42 135 115
Binary 11111011 11001011 10001101 0 10011 101100 10 100010 1011101 1001101

Color Harmonies of #FBCB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB8D

Black with #FBCB8D

Text Example


Text Example

White with #FBCB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB8D; }

 p { color: rgb(251,203,141); }

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

background-color css

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

 a { background-color: rgb(251,203,141); }

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

border-color css

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

 span { border-color: rgb(251,203,141); }

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