Html Css Color HEX #FBD1B4 Apricot

📋 copy color: '#FBD1B4'

red 251 ◦ green 209 ◦ blue 180

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

Shades of Apricot #FBD1B4

Tints of Apricot #FBD1B4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.66%

 BLUE value IS 180 (70.7% from 255) = 28.13%

R = 39.22%
G = 32.66%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBD1B4 (or 0xFBD1B4) is known color: Apricot. HEX triplet: FB, D1 and B4. RGB value is (251,209,180). Sum of RGB (Red+Green+Blue) = 251+209+180=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1B4 is #042E4B. Grayscale: #DADADA. Windows color (decimal): -273996 or 11850235. OLE color: 11850235.

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

Color convert

RGB 251 209 180 -
CMYK 0 0.17 0.28 0.02
HSL 24.51º 0.9% 0.85% -
HSV(B) 24.51º 0.28% 0.98% -
XYZ 70.82 69.41 52.84 -
YUV 218.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 251 209 180 0 0.17 0.28 0.02 24.51 0.9 0.85
Hex FB D1 B4 0 11 1C 2 19 5A 55
Octal 373 321 264 0 21 34 2 31 132 125
Binary 11111011 11010001 10110100 0 10001 11100 10 11001 1011010 1010101

Color Harmonies of #FBD1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD1B4

Black with #FBD1B4

Text Example


Text Example

White with #FBD1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD1B4; }

 p { color: rgb(251,209,180); }

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

background-color css

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

 a { background-color: rgb(251,209,180); }

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

border-color css

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

 span { border-color: rgb(251,209,180); }

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