Html Css Color HEX #FDCDAD Apricot

📋 copy color: '#FDCDAD'

red 253 ◦ green 205 ◦ blue 173

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

Shades of Apricot #FDCDAD

Tints of Apricot #FDCDAD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.49%

 BLUE value IS 173 (67.97% from 255) = 27.42%

R = 40.1%
G = 32.49%
B = 27.42%

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

#FDCDAD (or 0xFDCDAD) is known color: Apricot. HEX triplet: FD, CD and AD. RGB value is (253,205,173). Sum of RGB (Red+Green+Blue) = 253+205+173=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDAD is #023252. Grayscale: #D7D7D7. Windows color (decimal): -143955 or 11390461. OLE color: 11390461.

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

Color convert

RGB 253 205 173 -
CMYK 0 0.19 0.32 0.01
HSL 24º 0.95% 0.84% -
HSV(B) 24º 0.32% 0.99% -
XYZ 69.88 67.56 48.89 -
YUV 215.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 253 205 173 0 0.19 0.32 0.01 24 0.95 0.84
Hex FD CD AD 0 13 20 1 18 5F 54
Octal 375 315 255 0 23 40 1 30 137 124
Binary 11111101 11001101 10101101 0 10011 100000 1 11000 1011111 1010100

Color Harmonies of #FDCDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDAD

Black with #FDCDAD

Text Example


Text Example

White with #FDCDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDAD; }

 p { color: rgb(253,205,173); }

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

background-color css

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

 a { background-color: rgb(253,205,173); }

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

border-color css

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

 span { border-color: rgb(253,205,173); }

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