Html Css Color HEX #FBC7AF Apricot

📋 copy color: '#FBC7AF'

red 251 ◦ green 199 ◦ blue 175

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

Shades of Apricot #FBC7AF

Tints of Apricot #FBC7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.84%

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

R = 40.16%
G = 31.84%
B = 28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBC7AF (or 0xFBC7AF) is known color: Apricot. HEX triplet: FB, C7 and AF. RGB value is (251,199,175). Sum of RGB (Red+Green+Blue) = 251+199+175=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC7AF is #043850. Grayscale: #D3D3D3. Windows color (decimal): -276561 or 11519995. OLE color: 11519995.

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

Color convert

RGB 251 199 175 -
CMYK 0 0.21 0.30 0.02
HSL 18.95º 0.9% 0.84% -
HSV(B) 18.95º 0.3% 0.98% -
XYZ 67.94 64.45 49.42 -
YUV 211.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 251 199 175 0 0.21 0.30 0.02 18.95 0.9 0.84
Hex FB C7 AF 0 15 1E 2 13 5A 54
Octal 373 307 257 0 25 36 2 23 132 124
Binary 11111011 11000111 10101111 0 10101 11110 10 10011 1011010 1010100

Color Harmonies of #FBC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC7AF

Black with #FBC7AF

Text Example


Text Example

White with #FBC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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