Html Css Color HEX #FFCFAB Apricot

📋 copy color: '#FFCFAB'

red 255 ◦ green 207 ◦ blue 171

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

Shades of Apricot #FFCFAB

Tints of Apricot #FFCFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.01%

R = 40.28%
G = 32.7%
B = 27.01%

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

#FFCFAB (or 0xFFCFAB) is known color: Apricot. HEX triplet: FF, CF and AB. RGB value is (255,207,171). Sum of RGB (Red+Green+Blue) = 255+207+171=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFAB is #003054. Grayscale: #D9D9D9. Windows color (decimal): -12373 or 11259903. OLE color: 11259903.

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

Color convert

RGB 255 207 171 -
CMYK 0 0.19 0.33 0
HSL 25.71º 1% 0.84% -
HSV(B) 25.71º 0.33% 1% -
XYZ 70.9 68.83 48.08 -
YUV 217.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 255 207 171 0 0.19 0.33 0 25.71 1 0.84
Hex FF CF AB 0 13 21 0 1A 64 54
Octal 377 317 253 0 23 41 0 32 144 124
Binary 11111111 11001111 10101011 0 10011 100001 0 11010 1100100 1010100

Color Harmonies of #FFCFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFAB

Black with #FFCFAB

Text Example


Text Example

White with #FFCFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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