Html Css Color HEX #FBC7B2 Apricot

📋 copy color: '#FBC7B2'

red 251 ◦ green 199 ◦ blue 178

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

Shades of Apricot #FBC7B2

Tints of Apricot #FBC7B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.34%

R = 39.97%
G = 31.69%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBC7B2 (or 0xFBC7B2) is known color: Apricot. HEX triplet: FB, C7 and B2. RGB value is (251,199,178). Sum of RGB (Red+Green+Blue) = 251+199+178=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC7B2 is #04384D. Grayscale: #D4D4D4. Windows color (decimal): -276558 or 11716603. OLE color: 11716603.

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

Color convert

RGB 251 199 178 -
CMYK 0 0.21 0.29 0.02
HSL 17.26º 0.9% 0.84% -
HSV(B) 17.26º 0.29% 0.98% -
XYZ 68.24 64.57 50.99 -
YUV 212.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 251 199 178 0 0.21 0.29 0.02 17.26 0.9 0.84
Hex FB C7 B2 0 15 1D 2 11 5A 54
Octal 373 307 262 0 25 35 2 21 132 124
Binary 11111011 11000111 10110010 0 10101 11101 10 10001 1011010 1010100

Color Harmonies of #FBC7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC7B2

Black with #FBC7B2

Text Example


Text Example

White with #FBC7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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