Html Css Color HEX #FDCCAF Apricot

📋 copy color: '#FDCCAF'

red 253 ◦ green 204 ◦ blue 175

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

Shades of Apricot #FDCCAF

Tints of Apricot #FDCCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.69%

R = 40.03%
G = 32.28%
B = 27.69%

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

#FDCCAF (or 0xFDCCAF) is known color: Apricot. HEX triplet: FD, CC and AF. RGB value is (253,204,175). Sum of RGB (Red+Green+Blue) = 253+204+175=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCAF is #023350. Grayscale: #D7D7D7. Windows color (decimal): -144209 or 11521277. OLE color: 11521277.

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

Color convert

RGB 253 204 175 -
CMYK 0 0.19 0.31 0.01
HSL 22.31º 0.95% 0.84% -
HSV(B) 22.31º 0.31% 0.99% -
XYZ 69.84 67.16 49.84 -
YUV 215.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 253 204 175 0 0.19 0.31 0.01 22.31 0.95 0.84
Hex FD CC AF 0 13 1F 1 16 5F 54
Octal 375 314 257 0 23 37 1 26 137 124
Binary 11111101 11001100 10101111 0 10011 11111 1 10110 1011111 1010100

Color Harmonies of #FDCCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCAF

Black with #FDCCAF

Text Example


Text Example

White with #FDCCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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