Html Css Color HEX #FFCEB1 Apricot

📋 copy color: '#FFCEB1'

red 255 ◦ green 206 ◦ blue 177

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

Shades of Apricot #FFCEB1

Tints of Apricot #FFCEB1

RGB

 RED value IS 255 (100% from 255) = 39.97%

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

 BLUE value IS 177 (69.53% from 255) = 27.74%

R = 39.97%
G = 32.29%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFCEB1 (or 0xFFCEB1) is known color: Apricot. HEX triplet: FF, CE and B1. RGB value is (255,206,177). Sum of RGB (Red+Green+Blue) = 255+206+177=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEB1 is #00314E. Grayscale: #D9D9D9. Windows color (decimal): -12623 or 11652863. OLE color: 11652863.

HSL color Cylindrical-coordinate representation of color #FFCEB1: hue angle of 22.31º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFCEB1 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 177 -
CMYK 0 0.19 0.31 0
HSL 22.31º 1% 0.85% -
HSV(B) 22.31º 0.31% 1% -
XYZ 71.25 68.58 51.08 -
YUV 217.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 255 206 177 0 0.19 0.31 0 22.31 1 0.85
Hex FF CE B1 0 13 1F 0 16 64 55
Octal 377 316 261 0 23 37 0 26 144 125
Binary 11111111 11001110 10110001 0 10011 11111 0 10110 1100100 1010101

Color Harmonies of #FFCEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEB1

Black with #FFCEB1

Text Example


Text Example

White with #FFCEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEB1; }

 p { color: rgb(255,206,177); }

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

background-color css

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

 a { background-color: rgb(255,206,177); }

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

border-color css

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

 span { border-color: rgb(255,206,177); }

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