Html Css Color HEX #FFCEB4 Apricot

📋 copy color: '#FFCEB4'

red 255 ◦ green 206 ◦ blue 180

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

Shades of Apricot #FFCEB4

Tints of Apricot #FFCEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.08%

R = 39.78%
G = 32.14%
B = 28.08%

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

#FFCEB4 (or 0xFFCEB4) is known color: Apricot. HEX triplet: FF, CE and B4. RGB value is (255,206,180). Sum of RGB (Red+Green+Blue) = 255+206+180=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEB4 is #00314B. Grayscale: #D9D9D9. Windows color (decimal): -12620 or 11849471. OLE color: 11849471.

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

Color convert

RGB 255 206 180 -
CMYK 0 0.19 0.29 0
HSL 20.8º 1% 0.85% -
HSV(B) 20.8º 0.29% 1% -
XYZ 71.55 68.7 52.67 -
YUV 217.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 255 206 180 0 0.19 0.29 0 20.8 1 0.85
Hex FF CE B4 0 13 1D 0 15 64 55
Octal 377 316 264 0 23 35 0 25 144 125
Binary 11111111 11001110 10110100 0 10011 11101 0 10101 1100100 1010101

Color Harmonies of #FFCEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEB4

Black with #FFCEB4

Text Example


Text Example

White with #FFCEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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