Html Css Color HEX #FFCFAE Apricot

📋 copy color: '#FFCFAE'

red 255 ◦ green 207 ◦ blue 174

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

Shades of Apricot #FFCFAE

Tints of Apricot #FFCFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.36%

R = 40.09%
G = 32.55%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFCFAE (or 0xFFCFAE) is known color: Apricot. HEX triplet: FF, CF and AE. RGB value is (255,207,174). Sum of RGB (Red+Green+Blue) = 255+207+174=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFAE is #003051. Grayscale: #D9D9D9. Windows color (decimal): -12370 or 11456511. OLE color: 11456511.

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

Color convert

RGB 255 207 174 -
CMYK 0 0.19 0.32 0
HSL 24.44º 1% 0.84% -
HSV(B) 24.44º 0.32% 1% -
XYZ 71.19 68.94 49.6 -
YUV 217.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 255 207 174 0 0.19 0.32 0 24.44 1 0.84
Hex FF CF AE 0 13 20 0 18 64 54
Octal 377 317 256 0 23 40 0 30 144 124
Binary 11111111 11001111 10101110 0 10011 100000 0 11000 1100100 1010100

Color Harmonies of #FFCFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFAE

Black with #FFCFAE

Text Example


Text Example

White with #FFCFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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