Html Css Color HEX #FBCB9B Peach-Orange

📋 copy color: '#FBCB9B'

red 251 ◦ green 203 ◦ blue 155

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

Shades of Peach-Orange #FBCB9B

Tints of Peach-Orange #FBCB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.45%

R = 41.22%
G = 33.33%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FBCB9B (or 0xFBCB9B) is known color: Peach-Orange. HEX triplet: FB, CB and 9B. RGB value is (251,203,155). Sum of RGB (Red+Green+Blue) = 251+203+155=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB9B is #043464. Grayscale: #D4D4D4. Windows color (decimal): -275557 or 10210299. OLE color: 10210299.

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

Color convert

RGB 251 203 155 -
CMYK 0 0.19 0.38 0.02
HSL 30º 0.92% 0.8% -
HSV(B) 30º 0.38% 0.98% -
XYZ 67.06 65.59 40.14 -
YUV 211.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 251 203 155 0 0.19 0.38 0.02 30 0.92 0.8
Hex FB CB 9B 0 13 26 2 1E 5C 50
Octal 373 313 233 0 23 46 2 36 134 120
Binary 11111011 11001011 10011011 0 10011 100110 10 11110 1011100 1010000

Color Harmonies of #FBCB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB9B

Black with #FBCB9B

Text Example


Text Example

White with #FBCB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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