Html Css Color HEX #FBCB9D Peach-Orange

📋 copy color: '#FBCB9D'

red 251 ◦ green 203 ◦ blue 157

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

Shades of Peach-Orange #FBCB9D

Tints of Peach-Orange #FBCB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.7%

R = 41.08%
G = 33.22%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBCB9D (or 0xFBCB9D) is known color: Peach-Orange. HEX triplet: FB, CB and 9D. RGB value is (251,203,157). Sum of RGB (Red+Green+Blue) = 251+203+157=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB9D is #043462. Grayscale: #D4D4D4. Windows color (decimal): -275555 or 10341371. OLE color: 10341371.

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

Color convert

RGB 251 203 157 -
CMYK 0 0.19 0.37 0.02
HSL 29.36º 0.92% 0.8% -
HSV(B) 29.36º 0.37% 0.98% -
XYZ 67.23 65.66 41.03 -
YUV 212.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 251 203 157 0 0.19 0.37 0.02 29.36 0.92 0.8
Hex FB CB 9D 0 13 25 2 1D 5C 50
Octal 373 313 235 0 23 45 2 35 134 120
Binary 11111011 11001011 10011101 0 10011 100101 10 11101 1011100 1010000

Color Harmonies of #FBCB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB9D

Black with #FBCB9D

Text Example


Text Example

White with #FBCB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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