Html Css Color HEX #FFCEB3 Apricot

📋 copy color: '#FFCEB3'

red 255 ◦ green 206 ◦ blue 179

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

Shades of Apricot #FFCEB3

Tints of Apricot #FFCEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.97%

R = 39.84%
G = 32.19%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFCEB3 (or 0xFFCEB3) is known color: Apricot. HEX triplet: FF, CE and B3. RGB value is (255,206,179). Sum of RGB (Red+Green+Blue) = 255+206+179=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEB3 is #00314C. Grayscale: #D9D9D9. Windows color (decimal): -12621 or 11783935. OLE color: 11783935.

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

Color convert

RGB 255 206 179 -
CMYK 0 0.19 0.30 0
HSL 21.32º 1% 0.85% -
HSV(B) 21.32º 0.3% 1% -
XYZ 71.45 68.66 52.13 -
YUV 217.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 255 206 179 0 0.19 0.30 0 21.32 1 0.85
Hex FF CE B3 0 13 1E 0 15 64 55
Octal 377 316 263 0 23 36 0 25 144 125
Binary 11111111 11001110 10110011 0 10011 11110 0 10101 1100100 1010101

Color Harmonies of #FFCEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEB3

Black with #FFCEB3

Text Example


Text Example

White with #FFCEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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