Html Css Color HEX #FBCBAF Apricot

📋 copy color: '#FBCBAF'

red 251 ◦ green 203 ◦ blue 175

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

Shades of Apricot #FBCBAF

Tints of Apricot #FBCBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.27%

 BLUE value IS 175 (68.75% from 255) = 27.82%

R = 39.9%
G = 32.27%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBCBAF (or 0xFBCBAF) is known color: Apricot. HEX triplet: FB, CB and AF. RGB value is (251,203,175). Sum of RGB (Red+Green+Blue) = 251+203+175=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBAF is #043450. Grayscale: #D6D6D6. Windows color (decimal): -275537 or 11521019. OLE color: 11521019.

HSL color Cylindrical-coordinate representation of color #FBCBAF: hue angle of 22.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBCBAF is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 175 -
CMYK 0 0.19 0.30 0.02
HSL 22.11º 0.9% 0.84% -
HSV(B) 22.11º 0.3% 0.98% -
XYZ 68.88 66.32 49.73 -
YUV 214.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 251 203 175 0 0.19 0.30 0.02 22.11 0.9 0.84
Hex FB CB AF 0 13 1E 2 16 5A 54
Octal 373 313 257 0 23 36 2 26 132 124
Binary 11111011 11001011 10101111 0 10011 11110 10 10110 1011010 1010100

Color Harmonies of #FBCBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBAF

Black with #FBCBAF

Text Example


Text Example

White with #FBCBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBAF; }

 p { color: rgb(251,203,175); }

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

background-color css

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

 a { background-color: rgb(251,203,175); }

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

border-color css

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

 span { border-color: rgb(251,203,175); }

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