Html Css Color HEX #FBD0B7 Apricot

📋 copy color: '#FBD0B7'

red 251 ◦ green 208 ◦ blue 183

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

Shades of Apricot #FBD0B7

Tints of Apricot #FBD0B7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.4%

 BLUE value IS 183 (71.88% from 255) = 28.5%

R = 39.1%
G = 32.4%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FBD0B7 (or 0xFBD0B7) is known color: Apricot. HEX triplet: FB, D0 and B7. RGB value is (251,208,183). Sum of RGB (Red+Green+Blue) = 251+208+183=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0B7 is #042F48. Grayscale: #DADADA. Windows color (decimal): -274249 or 12046587. OLE color: 12046587.

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

Color convert

RGB 251 208 183 -
CMYK 0 0.17 0.27 0.02
HSL 22.06º 0.89% 0.85% -
HSV(B) 22.06º 0.27% 0.98% -
XYZ 70.89 69.04 54.39 -
YUV 218.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 251 208 183 0 0.17 0.27 0.02 22.06 0.89 0.85
Hex FB D0 B7 0 11 1B 2 16 59 55
Octal 373 320 267 0 21 33 2 26 131 125
Binary 11111011 11010000 10110111 0 10001 11011 10 10110 1011001 1010101

Color Harmonies of #FBD0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD0B7

Black with #FBD0B7

Text Example


Text Example

White with #FBD0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD0B7; }

 p { color: rgb(251,208,183); }

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

background-color css

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

 a { background-color: rgb(251,208,183); }

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

border-color css

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

 span { border-color: rgb(251,208,183); }

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