Html Css Color HEX #FFCEB5 Apricot

📋 copy color: '#FFCEB5'

red 255 ◦ green 206 ◦ blue 181

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

Shades of Apricot #FFCEB5

Tints of Apricot #FFCEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.19%

R = 39.72%
G = 32.09%
B = 28.19%

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

#FFCEB5 (or 0xFFCEB5) is known color: Apricot. HEX triplet: FF, CE and B5. RGB value is (255,206,181). Sum of RGB (Red+Green+Blue) = 255+206+181=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEB5 is #00314A. Grayscale: #D9D9D9. Windows color (decimal): -12619 or 11915007. OLE color: 11915007.

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

Color convert

RGB 255 206 181 -
CMYK 0 0.19 0.29 0
HSL 20.27º 1% 0.85% -
HSV(B) 20.27º 0.29% 1% -
XYZ 71.65 68.74 53.21 -
YUV 217.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 255 206 181 0 0.19 0.29 0 20.27 1 0.85
Hex FF CE B5 0 13 1D 0 14 64 55
Octal 377 316 265 0 23 35 0 24 144 125
Binary 11111111 11001110 10110101 0 10011 11101 0 10100 1100100 1010101

Color Harmonies of #FFCEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEB5

Black with #FFCEB5

Text Example


Text Example

White with #FFCEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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