Html Css Color HEX #FFCEAC Apricot

📋 copy color: '#FFCEAC'

red 255 ◦ green 206 ◦ blue 172

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

Shades of Apricot #FFCEAC

Tints of Apricot #FFCEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.17%

R = 40.28%
G = 32.54%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFCEAC (or 0xFFCEAC) is known color: Apricot. HEX triplet: FF, CE and AC. RGB value is (255,206,172). Sum of RGB (Red+Green+Blue) = 255+206+172=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEAC is #003153. Grayscale: #D8D8D8. Windows color (decimal): -12628 or 11325183. OLE color: 11325183.

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

Color convert

RGB 255 206 172 -
CMYK 0 0.19 0.33 0
HSL 24.58º 1% 0.84% -
HSV(B) 24.58º 0.33% 1% -
XYZ 70.76 68.38 48.5 -
YUV 216.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 255 206 172 0 0.19 0.33 0 24.58 1 0.84
Hex FF CE AC 0 13 21 0 19 64 54
Octal 377 316 254 0 23 41 0 31 144 124
Binary 11111111 11001110 10101100 0 10011 100001 0 11001 1100100 1010100

Color Harmonies of #FFCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEAC

Black with #FFCEAC

Text Example


Text Example

White with #FFCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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