Html Css Color HEX #FBC9A3 Peach

📋 copy color: '#FBC9A3'

red 251 ◦ green 201 ◦ blue 163

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

Shades of Peach #FBC9A3

Tints of Peach #FBC9A3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.68%

 BLUE value IS 163 (64.06% from 255) = 26.5%

R = 40.81%
G = 32.68%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FBC9A3 (or 0xFBC9A3) is known color: Peach. HEX triplet: FB, C9 and A3. RGB value is (251,201,163). Sum of RGB (Red+Green+Blue) = 251+201+163=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 163 (64.06% from 255 or 26.50% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC9A3 is #04365C. Grayscale: #D3D3D3. Windows color (decimal): -276061 or 10734075. OLE color: 10734075.

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

Color convert

RGB 251 201 163 -
CMYK 0 0.20 0.35 0.02
HSL 25.91º 0.92% 0.81% -
HSV(B) 25.91º 0.35% 0.98% -
XYZ 67.28 64.93 43.64 -
YUV 211.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 251 201 163 0 0.20 0.35 0.02 25.91 0.92 0.81
Hex FB C9 A3 0 14 23 2 1A 5C 51
Octal 373 311 243 0 24 43 2 32 134 121
Binary 11111011 11001001 10100011 0 10100 100011 10 11010 1011100 1010001

Color Harmonies of #FBC9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9A3

Black with #FBC9A3

Text Example


Text Example

White with #FBC9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9A3; }

 p { color: rgb(251,201,163); }

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

background-color css

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

 a { background-color: rgb(251,201,163); }

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

border-color css

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

 span { border-color: rgb(251,201,163); }

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