Html Css Color HEX #FBCEAF Apricot

📋 copy color: '#FBCEAF'

red 251 ◦ green 206 ◦ blue 175

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

Shades of Apricot #FBCEAF

Tints of Apricot #FBCEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.59%

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

R = 39.72%
G = 32.59%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBCEAF (or 0xFBCEAF) is known color: Apricot. HEX triplet: FB, CE and AF. RGB value is (251,206,175). Sum of RGB (Red+Green+Blue) = 251+206+175=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEAF is #043150. Grayscale: #D8D8D8. Windows color (decimal): -274769 or 11521787. OLE color: 11521787.

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

Color convert

RGB 251 206 175 -
CMYK 0 0.18 0.30 0.02
HSL 24.47º 0.9% 0.84% -
HSV(B) 24.47º 0.3% 0.98% -
XYZ 69.59 67.75 49.97 -
YUV 215.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 251 206 175 0 0.18 0.30 0.02 24.47 0.9 0.84
Hex FB CE AF 0 12 1E 2 18 5A 54
Octal 373 316 257 0 22 36 2 30 132 124
Binary 11111011 11001110 10101111 0 10010 11110 10 11000 1011010 1010100

Color Harmonies of #FBCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCEAF

Black with #FBCEAF

Text Example


Text Example

White with #FBCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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