Html Css Color HEX #FFCFB1 Apricot

📋 copy color: '#FFCFB1'

red 255 ◦ green 207 ◦ blue 177

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

Shades of Apricot #FFCFB1

Tints of Apricot #FFCFB1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.39%

 BLUE value IS 177 (69.53% from 255) = 27.7%

R = 39.91%
G = 32.39%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFCFB1 (or 0xFFCFB1) is known color: Apricot. HEX triplet: FF, CF and B1. RGB value is (255,207,177). Sum of RGB (Red+Green+Blue) = 255+207+177=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFB1 is #00304E. Grayscale: #DADADA. Windows color (decimal): -12367 or 11653119. OLE color: 11653119.

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

Color convert

RGB 255 207 177 -
CMYK 0 0.19 0.31 0
HSL 23.08º 1% 0.85% -
HSV(B) 23.08º 0.31% 1% -
XYZ 71.49 69.06 51.16 -
YUV 217.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 255 207 177 0 0.19 0.31 0 23.08 1 0.85
Hex FF CF B1 0 13 1F 0 17 64 55
Octal 377 317 261 0 23 37 0 27 144 125
Binary 11111111 11001111 10110001 0 10011 11111 0 10111 1100100 1010101

Color Harmonies of #FFCFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFB1

Black with #FFCFB1

Text Example


Text Example

White with #FFCFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFB1; }

 p { color: rgb(255,207,177); }

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

background-color css

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

 a { background-color: rgb(255,207,177); }

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

border-color css

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

 span { border-color: rgb(255,207,177); }

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