Html Css Color HEX #FFCFB6 Apricot

📋 copy color: '#FFCFB6'

red 255 ◦ green 207 ◦ blue 182

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

Shades of Apricot #FFCFB6

Tints of Apricot #FFCFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.26%

R = 39.6%
G = 32.14%
B = 28.26%

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

#FFCFB6 (or 0xFFCFB6) is known color: Apricot. HEX triplet: FF, CF and B6. RGB value is (255,207,182). Sum of RGB (Red+Green+Blue) = 255+207+182=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFB6 is #003049. Grayscale: #DADADA. Windows color (decimal): -12362 or 11980799. OLE color: 11980799.

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

Color convert

RGB 255 207 182 -
CMYK 0 0.19 0.29 0
HSL 20.55º 1% 0.86% -
HSV(B) 20.55º 0.29% 1% -
XYZ 72 69.26 53.83 -
YUV 218.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 255 207 182 0 0.19 0.29 0 20.55 1 0.86
Hex FF CF B6 0 13 1D 0 15 64 56
Octal 377 317 266 0 23 35 0 25 144 126
Binary 11111111 11001111 10110110 0 10011 11101 0 10101 1100100 1010110

Color Harmonies of #FFCFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFB6

Black with #FFCFB6

Text Example


Text Example

White with #FFCFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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