Html Css Color HEX #FBC6A8 Peach

📋 copy color: '#FBC6A8'

red 251 ◦ green 198 ◦ blue 168

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

Shades of Peach #FBC6A8

Tints of Peach #FBC6A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.23%

R = 40.68%
G = 32.09%
B = 27.23%

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

#FBC6A8 (or 0xFBC6A8) is known color: Peach. HEX triplet: FB, C6 and A8. RGB value is (251,198,168). Sum of RGB (Red+Green+Blue) = 251+198+168=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6A8 is #043957. Grayscale: #D2D2D2. Windows color (decimal): -276824 or 11060987. OLE color: 11060987.

HSL color Cylindrical-coordinate representation of color #FBC6A8: hue angle of 21.69º 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 #FBC6A8 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 198 168 -
CMYK 0 0.21 0.33 0.02
HSL 21.69º 0.91% 0.82% -
HSV(B) 21.69º 0.33% 0.98% -
XYZ 67.05 63.72 45.81 -
YUV 210.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 251 198 168 0 0.21 0.33 0.02 21.69 0.91 0.82
Hex FB C6 A8 0 15 21 2 16 5B 52
Octal 373 306 250 0 25 41 2 26 133 122
Binary 11111011 11000110 10101000 0 10101 100001 10 10110 1011011 1010010

Color Harmonies of #FBC6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6A8

Black with #FBC6A8

Text Example


Text Example

White with #FBC6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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