Html Css Color HEX #FDCCAB Apricot

📋 copy color: '#FDCCAB'

red 253 ◦ green 204 ◦ blue 171

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

Shades of Apricot #FDCCAB

Tints of Apricot #FDCCAB

RGB

 RED value IS 253 (99.22% from 255) = 40.29%

 GREEN value IS 204 (80.08% from 255) = 32.48%

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

R = 40.29%
G = 32.48%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDCCAB (or 0xFDCCAB) is known color: Apricot. HEX triplet: FD, CC and AB. RGB value is (253,204,171). Sum of RGB (Red+Green+Blue) = 253+204+171=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCAB is #023354. Grayscale: #D7D7D7. Windows color (decimal): -144213 or 11259133. OLE color: 11259133.

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

Color convert

RGB 253 204 171 -
CMYK 0 0.19 0.32 0.01
HSL 24.15º 0.95% 0.83% -
HSV(B) 24.15º 0.32% 0.99% -
XYZ 69.45 67.01 47.8 -
YUV 214.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 253 204 171 0 0.19 0.32 0.01 24.15 0.95 0.83
Hex FD CC AB 0 13 20 1 18 5F 53
Octal 375 314 253 0 23 40 1 30 137 123
Binary 11111101 11001100 10101011 0 10011 100000 1 11000 1011111 1010011

Color Harmonies of #FDCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCAB

Black with #FDCCAB

Text Example


Text Example

White with #FDCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCAB; }

 p { color: rgb(253,204,171); }

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

background-color css

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

 a { background-color: rgb(253,204,171); }

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

border-color css

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

 span { border-color: rgb(253,204,171); }

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