Html Css Color HEX #FBCDAB Apricot

📋 copy color: '#FBCDAB'

red 251 ◦ green 205 ◦ blue 171

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

Shades of Apricot #FBCDAB

Tints of Apricot #FBCDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.7%

 BLUE value IS 171 (67.19% from 255) = 27.27%

R = 40.03%
G = 32.7%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBCDAB (or 0xFBCDAB) is known color: Apricot. HEX triplet: FB, CD and AB. RGB value is (251,205,171). Sum of RGB (Red+Green+Blue) = 251+205+171=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDAB is #043254. Grayscale: #D7D7D7. Windows color (decimal): -275029 or 11259387. OLE color: 11259387.

HSL color Cylindrical-coordinate representation of color #FBCDAB: hue angle of 25.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBCDAB is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 171 -
CMYK 0 0.18 0.32 0.02
HSL 25.5º 0.91% 0.83% -
HSV(B) 25.5º 0.32% 0.98% -
XYZ 68.97 67.11 47.85 -
YUV 214.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 251 205 171 0 0.18 0.32 0.02 25.5 0.91 0.83
Hex FB CD AB 0 12 20 2 1A 5B 53
Octal 373 315 253 0 22 40 2 32 133 123
Binary 11111011 11001101 10101011 0 10010 100000 10 11010 1011011 1010011

Color Harmonies of #FBCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDAB

Black with #FBCDAB

Text Example


Text Example

White with #FBCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDAB; }

 p { color: rgb(251,205,171); }

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

background-color css

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

 a { background-color: rgb(251,205,171); }

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

border-color css

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

 span { border-color: rgb(251,205,171); }

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