Html Css Color HEX #FBC9AF Apricot

📋 copy color: '#FBC9AF'

red 251 ◦ green 201 ◦ blue 175

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

Shades of Apricot #FBC9AF

Tints of Apricot #FBC9AF

RGB

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

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

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

R = 40.03%
G = 32.06%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBC9AF (or 0xFBC9AF) is known color: Apricot. HEX triplet: FB, C9 and AF. RGB value is (251,201,175). Sum of RGB (Red+Green+Blue) = 251+201+175=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC9AF is #043650. Grayscale: #D5D5D5. Windows color (decimal): -276049 or 11520507. OLE color: 11520507.

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

Color convert

RGB 251 201 175 -
CMYK 0 0.20 0.30 0.02
HSL 20.53º 0.9% 0.84% -
HSV(B) 20.53º 0.3% 0.98% -
XYZ 68.41 65.38 49.57 -
YUV 212.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 251 201 175 0 0.20 0.30 0.02 20.53 0.9 0.84
Hex FB C9 AF 0 14 1E 2 15 5A 54
Octal 373 311 257 0 24 36 2 25 132 124
Binary 11111011 11001001 10101111 0 10100 11110 10 10101 1011010 1010100

Color Harmonies of #FBC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9AF

Black with #FBC9AF

Text Example


Text Example

White with #FBC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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