Html Css Color HEX #FFCEB6 Apricot

📋 copy color: '#FFCEB6'

red 255 ◦ green 206 ◦ blue 182

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

Shades of Apricot #FFCEB6

Tints of Apricot #FFCEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.3%

R = 39.66%
G = 32.04%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFCEB6 (or 0xFFCEB6) is known color: Apricot. HEX triplet: FF, CE and B6. RGB value is (255,206,182). Sum of RGB (Red+Green+Blue) = 255+206+182=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 182 (71.48% from 255 or 28.30% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEB6 is #003149. Grayscale: #DADADA. Windows color (decimal): -12618 or 11980543. OLE color: 11980543.

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

Color convert

RGB 255 206 182 -
CMYK 0 0.19 0.29 0
HSL 19.73º 1% 0.86% -
HSV(B) 19.73º 0.29% 1% -
XYZ 71.75 68.78 53.75 -
YUV 217.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 255 206 182 0 0.19 0.29 0 19.73 1 0.86
Hex FF CE B6 0 13 1D 0 14 64 56
Octal 377 316 266 0 23 35 0 24 144 126
Binary 11111111 11001110 10110110 0 10011 11101 0 10100 1100100 1010110

Color Harmonies of #FFCEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEB6

Black with #FFCEB6

Text Example


Text Example

White with #FFCEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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