Html Css Color HEX #FBCFAB Apricot

📋 copy color: '#FBCFAB'

red 251 ◦ green 207 ◦ blue 171

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

Shades of Apricot #FBCFAB

Tints of Apricot #FBCFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.91%

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

R = 39.9%
G = 32.91%
B = 27.19%

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

#FBCFAB (or 0xFBCFAB) is known color: Apricot. HEX triplet: FB, CF and AB. RGB value is (251,207,171). Sum of RGB (Red+Green+Blue) = 251+207+171=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCFAB is #043054. Grayscale: #D8D8D8. Windows color (decimal): -274517 or 11259899. OLE color: 11259899.

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

Color convert

RGB 251 207 171 -
CMYK 0 0.18 0.32 0.02
HSL 27º 0.91% 0.83% -
HSV(B) 27º 0.32% 0.98% -
XYZ 69.45 68.08 48.01 -
YUV 216.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 251 207 171 0 0.18 0.32 0.02 27 0.91 0.83
Hex FB CF AB 0 12 20 2 1B 5B 53
Octal 373 317 253 0 22 40 2 33 133 123
Binary 11111011 11001111 10101011 0 10010 100000 10 11011 1011011 1010011

Color Harmonies of #FBCFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFAB

Black with #FBCFAB

Text Example


Text Example

White with #FBCFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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