Html Css Color HEX #FDD2B1 Apricot

📋 copy color: '#FDD2B1'

red 253 ◦ green 210 ◦ blue 177

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

Shades of Apricot #FDD2B1

Tints of Apricot #FDD2B1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.81%

 BLUE value IS 177 (69.53% from 255) = 27.66%

R = 39.53%
G = 32.81%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDD2B1 (or 0xFDD2B1) is known color: Apricot. HEX triplet: FD, D2 and B1. RGB value is (253,210,177). Sum of RGB (Red+Green+Blue) = 253+210+177=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD2B1 is #022D4E. Grayscale: #DBDBDB. Windows color (decimal): -142671 or 11653885. OLE color: 11653885.

HSL color Cylindrical-coordinate representation of color #FDD2B1: hue angle of 26.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 #FDD2B1 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 210 177 -
CMYK 0 0.17 0.30 0.01
HSL 26.05º 0.95% 0.84% -
HSV(B) 26.05º 0.3% 0.99% -
XYZ 71.49 70.15 51.37 -
YUV 219.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 253 210 177 0 0.17 0.30 0.01 26.05 0.95 0.84
Hex FD D2 B1 0 11 1E 1 1A 5F 54
Octal 375 322 261 0 21 36 1 32 137 124
Binary 11111101 11010010 10110001 0 10001 11110 1 11010 1011111 1010100

Color Harmonies of #FDD2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2B1

Black with #FDD2B1

Text Example


Text Example

White with #FDD2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2B1; }

 p { color: rgb(253,210,177); }

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

background-color css

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

 a { background-color: rgb(253,210,177); }

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

border-color css

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

 span { border-color: rgb(253,210,177); }

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