Html Css Color HEX #FDD4B0 Apricot

📋 copy color: '#FDD4B0'

red 253 ◦ green 212 ◦ blue 176

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

Shades of Apricot #FDD4B0

Tints of Apricot #FDD4B0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.07%

 BLUE value IS 176 (69.14% from 255) = 27.46%

R = 39.47%
G = 33.07%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDD4B0 (or 0xFDD4B0) is known color: Apricot. HEX triplet: FD, D4 and B0. RGB value is (253,212,176). Sum of RGB (Red+Green+Blue) = 253+212+176=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD4B0 is #022B4F. Grayscale: #DCDCDC. Windows color (decimal): -142160 or 11588861. OLE color: 11588861.

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

Color convert

RGB 253 212 176 -
CMYK 0 0.16 0.30 0.01
HSL 28.05º 0.95% 0.84% -
HSV(B) 28.05º 0.3% 0.99% -
XYZ 71.89 71.1 51.01 -
YUV 220.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 253 212 176 0 0.16 0.30 0.01 28.05 0.95 0.84
Hex FD D4 B0 0 10 1E 1 1C 5F 54
Octal 375 324 260 0 20 36 1 34 137 124
Binary 11111101 11010100 10110000 0 10000 11110 1 11100 1011111 1010100

Color Harmonies of #FDD4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD4B0

Black with #FDD4B0

Text Example


Text Example

White with #FDD4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD4B0; }

 p { color: rgb(253,212,176); }

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

background-color css

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

 a { background-color: rgb(253,212,176); }

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

border-color css

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

 span { border-color: rgb(253,212,176); }

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