Html Css Color HEX #FBC6B2 Apricot

📋 copy color: '#FBC6B2'

red 251 ◦ green 198 ◦ blue 178

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

Shades of Apricot #FBC6B2

Tints of Apricot #FBC6B2

RGB

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

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

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

R = 40.03%
G = 31.58%
B = 28.39%

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

#FBC6B2 (or 0xFBC6B2) is known color: Apricot. HEX triplet: FB, C6 and B2. RGB value is (251,198,178). Sum of RGB (Red+Green+Blue) = 251+198+178=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6B2 is #04394D. Grayscale: #D3D3D3. Windows color (decimal): -276814 or 11716347. OLE color: 11716347.

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

Color convert

RGB 251 198 178 -
CMYK 0 0.21 0.29 0.02
HSL 16.44º 0.9% 0.84% -
HSV(B) 16.44º 0.29% 0.98% -
XYZ 68.01 64.11 50.91 -
YUV 211.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 251 198 178 0 0.21 0.29 0.02 16.44 0.9 0.84
Hex FB C6 B2 0 15 1D 2 10 5A 54
Octal 373 306 262 0 25 35 2 20 132 124
Binary 11111011 11000110 10110010 0 10101 11101 10 10000 1011010 1010100

Color Harmonies of #FBC6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6B2

Black with #FBC6B2

Text Example


Text Example

White with #FBC6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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