Html Css Color HEX #FFCEB7 Apricot

📋 copy color: '#FFCEB7'

red 255 ◦ green 206 ◦ blue 183

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

Shades of Apricot #FFCEB7

Tints of Apricot #FFCEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.42%

R = 39.6%
G = 31.99%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFCEB7 (or 0xFFCEB7) is known color: Apricot. HEX triplet: FF, CE and B7. RGB value is (255,206,183). Sum of RGB (Red+Green+Blue) = 255+206+183=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEB7 is #003148. Grayscale: #DADADA. Windows color (decimal): -12617 or 12046079. OLE color: 12046079.

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

Color convert

RGB 255 206 183 -
CMYK 0 0.19 0.28 0
HSL 19.17º 1% 0.86% -
HSV(B) 19.17º 0.28% 1% -
XYZ 71.86 68.82 54.3 -
YUV 218.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 255 206 183 0 0.19 0.28 0 19.17 1 0.86
Hex FF CE B7 0 13 1C 0 13 64 56
Octal 377 316 267 0 23 34 0 23 144 126
Binary 11111111 11001110 10110111 0 10011 11100 0 10011 1100100 1010110

Color Harmonies of #FFCEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEB7

Black with #FFCEB7

Text Example


Text Example

White with #FFCEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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