Html Css Color HEX #FBCFAD Apricot

📋 copy color: '#FBCFAD'

red 251 ◦ green 207 ◦ blue 173

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

Shades of Apricot #FBCFAD

Tints of Apricot #FBCFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.42%

R = 39.78%
G = 32.81%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBCFAD (or 0xFBCFAD) is known color: Apricot. HEX triplet: FB, CF and AD. RGB value is (251,207,173). Sum of RGB (Red+Green+Blue) = 251+207+173=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCFAD is #043052. Grayscale: #D8D8D8. Windows color (decimal): -274515 or 11390971. OLE color: 11390971.

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

Color convert

RGB 251 207 173 -
CMYK 0 0.18 0.31 0.02
HSL 26.15º 0.91% 0.83% -
HSV(B) 26.15º 0.31% 0.98% -
XYZ 69.64 68.15 49.02 -
YUV 216.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 251 207 173 0 0.18 0.31 0.02 26.15 0.91 0.83
Hex FB CF AD 0 12 1F 2 1A 5B 53
Octal 373 317 255 0 22 37 2 32 133 123
Binary 11111011 11001111 10101101 0 10010 11111 10 11010 1011011 1010011

Color Harmonies of #FBCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFAD

Black with #FBCFAD

Text Example


Text Example

White with #FBCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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