Html Css Color HEX #FBCAAB Apricot

📋 copy color: '#FBCAAB'

red 251 ◦ green 202 ◦ blue 171

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

Shades of Apricot #FBCAAB

Tints of Apricot #FBCAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.37%

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

R = 40.22%
G = 32.37%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBCAAB (or 0xFBCAAB) is known color: Apricot. HEX triplet: FB, CA and AB. RGB value is (251,202,171). Sum of RGB (Red+Green+Blue) = 251+202+171=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAAB is #043554. Grayscale: #D5D5D5. Windows color (decimal): -275797 or 11258619. OLE color: 11258619.

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

Color convert

RGB 251 202 171 -
CMYK 0 0.20 0.32 0.02
HSL 23.25º 0.91% 0.83% -
HSV(B) 23.25º 0.32% 0.98% -
XYZ 68.25 65.69 47.61 -
YUV 213.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 251 202 171 0 0.20 0.32 0.02 23.25 0.91 0.83
Hex FB CA AB 0 14 20 2 17 5B 53
Octal 373 312 253 0 24 40 2 27 133 123
Binary 11111011 11001010 10101011 0 10100 100000 10 10111 1011011 1010011

Color Harmonies of #FBCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCAAB

Black with #FBCAAB

Text Example


Text Example

White with #FBCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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