Html Css Color HEX #FDCCAD Apricot

📋 copy color: '#FDCCAD'

red 253 ◦ green 204 ◦ blue 173

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

Shades of Apricot #FDCCAD

Tints of Apricot #FDCCAD

RGB

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

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

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

R = 40.16%
G = 32.38%
B = 27.46%

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

#FDCCAD (or 0xFDCCAD) is known color: Apricot. HEX triplet: FD, CC and AD. RGB value is (253,204,173). Sum of RGB (Red+Green+Blue) = 253+204+173=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCAD is #023352. Grayscale: #D7D7D7. Windows color (decimal): -144211 or 11390205. OLE color: 11390205.

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

Color convert

RGB 253 204 173 -
CMYK 0 0.19 0.32 0.01
HSL 23.25º 0.95% 0.84% -
HSV(B) 23.25º 0.32% 0.99% -
XYZ 69.64 67.09 48.81 -
YUV 215.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 253 204 173 0 0.19 0.32 0.01 23.25 0.95 0.84
Hex FD CC AD 0 13 20 1 17 5F 54
Octal 375 314 255 0 23 40 1 27 137 124
Binary 11111101 11001100 10101101 0 10011 100000 1 10111 1011111 1010100

Color Harmonies of #FDCCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCAD

Black with #FDCCAD

Text Example


Text Example

White with #FDCCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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