Html Css Color HEX #FFCEAB Apricot

📋 copy color: '#FFCEAB'

red 255 ◦ green 206 ◦ blue 171

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

Shades of Apricot #FFCEAB

Tints of Apricot #FFCEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.06%

R = 40.35%
G = 32.59%
B = 27.06%

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

#FFCEAB (or 0xFFCEAB) is known color: Apricot. HEX triplet: FF, CE and AB. RGB value is (255,206,171). Sum of RGB (Red+Green+Blue) = 255+206+171=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEAB is #003154. Grayscale: #D8D8D8. Windows color (decimal): -12629 or 11259647. OLE color: 11259647.

HSL color Cylindrical-coordinate representation of color #FFCEAB: hue angle of 25º 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 #FFCEAB is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 171 -
CMYK 0 0.19 0.33 0
HSL 25º 1% 0.84% -
HSV(B) 25º 0.33% 1% -
XYZ 70.66 68.34 48 -
YUV 216.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 255 206 171 0 0.19 0.33 0 25 1 0.84
Hex FF CE AB 0 13 21 0 19 64 54
Octal 377 316 253 0 23 41 0 31 144 124
Binary 11111111 11001110 10101011 0 10011 100001 0 11001 1100100 1010100

Color Harmonies of #FFCEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEAB

Black with #FFCEAB

Text Example


Text Example

White with #FFCEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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