Html Css Color HEX #FBC5AF Apricot

📋 copy color: '#FBC5AF'

red 251 ◦ green 197 ◦ blue 175

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

Shades of Apricot #FBC5AF

Tints of Apricot #FBC5AF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.62%

 BLUE value IS 175 (68.75% from 255) = 28.09%

R = 40.29%
G = 31.62%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBC5AF (or 0xFBC5AF) is known color: Apricot. HEX triplet: FB, C5 and AF. RGB value is (251,197,175). Sum of RGB (Red+Green+Blue) = 251+197+175=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5AF is #043A50. Grayscale: #D2D2D2. Windows color (decimal): -277073 or 11519483. OLE color: 11519483.

HSL color Cylindrical-coordinate representation of color #FBC5AF: hue angle of 17.37º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBC5AF is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 175 -
CMYK 0 0.22 0.30 0.02
HSL 17.37º 0.9% 0.84% -
HSV(B) 17.37º 0.3% 0.98% -
XYZ 67.49 63.54 49.26 -
YUV 210.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 251 197 175 0 0.22 0.30 0.02 17.37 0.9 0.84
Hex FB C5 AF 0 16 1E 2 11 5A 54
Octal 373 305 257 0 26 36 2 21 132 124
Binary 11111011 11000101 10101111 0 10110 11110 10 10001 1011010 1010100

Color Harmonies of #FBC5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5AF

Black with #FBC5AF

Text Example


Text Example

White with #FBC5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5AF; }

 p { color: rgb(251,197,175); }

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

background-color css

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

 a { background-color: rgb(251,197,175); }

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

border-color css

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

 span { border-color: rgb(251,197,175); }

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