Html Css Color HEX #FFCFAC Apricot

📋 copy color: '#FFCFAC'

red 255 ◦ green 207 ◦ blue 172

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

Shades of Apricot #FFCFAC

Tints of Apricot #FFCFAC

RGB

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

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

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

R = 40.22%
G = 32.65%
B = 27.13%

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

#FFCFAC (or 0xFFCFAC) is known color: Apricot. HEX triplet: FF, CF and AC. RGB value is (255,207,172). Sum of RGB (Red+Green+Blue) = 255+207+172=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFAC is #003053. Grayscale: #D9D9D9. Windows color (decimal): -12372 or 11325439. OLE color: 11325439.

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

Color convert

RGB 255 207 172 -
CMYK 0 0.19 0.33 0
HSL 25.3º 1% 0.84% -
HSV(B) 25.3º 0.33% 1% -
XYZ 71 68.86 48.58 -
YUV 217.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 255 207 172 0 0.19 0.33 0 25.3 1 0.84
Hex FF CF AC 0 13 21 0 19 64 54
Octal 377 317 254 0 23 41 0 31 144 124
Binary 11111111 11001111 10101100 0 10011 100001 0 11001 1100100 1010100

Color Harmonies of #FFCFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFAC

Black with #FFCFAC

Text Example


Text Example

White with #FFCFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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