Html Css Color HEX #FDCCAE Apricot

📋 copy color: '#FDCCAE'

red 253 ◦ green 204 ◦ blue 174

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

Shades of Apricot #FDCCAE

Tints of Apricot #FDCCAE

RGB

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

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

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

R = 40.1%
G = 32.33%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDCCAE (or 0xFDCCAE) is known color: Apricot. HEX triplet: FD, CC and AE. RGB value is (253,204,174). Sum of RGB (Red+Green+Blue) = 253+204+174=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCAE is #023351. Grayscale: #D7D7D7. Windows color (decimal): -144210 or 11455741. OLE color: 11455741.

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

Color convert

RGB 253 204 174 -
CMYK 0 0.19 0.31 0.01
HSL 22.78º 0.95% 0.84% -
HSV(B) 22.78º 0.31% 0.99% -
XYZ 69.74 67.12 49.32 -
YUV 215.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 253 204 174 0 0.19 0.31 0.01 22.78 0.95 0.84
Hex FD CC AE 0 13 1F 1 17 5F 54
Octal 375 314 256 0 23 37 1 27 137 124
Binary 11111101 11001100 10101110 0 10011 11111 1 10111 1011111 1010100

Color Harmonies of #FDCCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCAE

Black with #FDCCAE

Text Example


Text Example

White with #FDCCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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