Html Css Color HEX #FFCEAD Apricot

📋 copy color: '#FFCEAD'

red 255 ◦ green 206 ◦ blue 173

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

Shades of Apricot #FFCEAD

Tints of Apricot #FFCEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.29%

R = 40.22%
G = 32.49%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFCEAD (or 0xFFCEAD) is known color: Apricot. HEX triplet: FF, CE and AD. RGB value is (255,206,173). Sum of RGB (Red+Green+Blue) = 255+206+173=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEAD is #003152. Grayscale: #D9D9D9. Windows color (decimal): -12627 or 11390719. OLE color: 11390719.

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

Color convert

RGB 255 206 173 -
CMYK 0 0.19 0.32 0
HSL 24.15º 1% 0.84% -
HSV(B) 24.15º 0.32% 1% -
XYZ 70.85 68.42 49.01 -
YUV 216.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 255 206 173 0 0.19 0.32 0 24.15 1 0.84
Hex FF CE AD 0 13 20 0 18 64 54
Octal 377 316 255 0 23 40 0 30 144 124
Binary 11111111 11001110 10101101 0 10011 100000 0 11000 1100100 1010100

Color Harmonies of #FFCEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEAD

Black with #FFCEAD

Text Example


Text Example

White with #FFCEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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