Html Css Color HEX #FBC6A7 Peach

📋 copy color: '#FBC6A7'

red 251 ◦ green 198 ◦ blue 167

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

Shades of Peach #FBC6A7

Tints of Peach #FBC6A7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.14%

 BLUE value IS 167 (65.63% from 255) = 27.11%

R = 40.75%
G = 32.14%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBC6A7 (or 0xFBC6A7) is known color: Peach. HEX triplet: FB, C6 and A7. RGB value is (251,198,167). Sum of RGB (Red+Green+Blue) = 251+198+167=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 167 (65.62% from 255 or 27.11% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6A7 is #043958. Grayscale: #D2D2D2. Windows color (decimal): -276825 or 10995451. OLE color: 10995451.

HSL color Cylindrical-coordinate representation of color #FBC6A7: hue angle of 22.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBC6A7 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 198 167 -
CMYK 0 0.21 0.33 0.02
HSL 22.14º 0.91% 0.82% -
HSV(B) 22.14º 0.33% 0.98% -
XYZ 66.95 63.69 45.32 -
YUV 210.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 251 198 167 0 0.21 0.33 0.02 22.14 0.91 0.82
Hex FB C6 A7 0 15 21 2 16 5B 52
Octal 373 306 247 0 25 41 2 26 133 122
Binary 11111011 11000110 10100111 0 10101 100001 10 10110 1011011 1010010

Color Harmonies of #FBC6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6A7

Black with #FBC6A7

Text Example


Text Example

White with #FBC6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6A7; }

 p { color: rgb(251,198,167); }

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

background-color css

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

 a { background-color: rgb(251,198,167); }

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

border-color css

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

 span { border-color: rgb(251,198,167); }

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