Html Css Color HEX #FDC9B2 Apricot

📋 copy color: '#FDC9B2'

red 253 ◦ green 201 ◦ blue 178

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

Shades of Apricot #FDC9B2

Tints of Apricot #FDC9B2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.8%

 BLUE value IS 178 (69.92% from 255) = 28.16%

R = 40.03%
G = 31.8%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDC9B2 (or 0xFDC9B2) is known color: Apricot. HEX triplet: FD, C9 and B2. RGB value is (253,201,178). Sum of RGB (Red+Green+Blue) = 253+201+178=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC9B2 is #02364D. Grayscale: #D6D6D6. Windows color (decimal): -144974 or 11717117. OLE color: 11717117.

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

Color convert

RGB 253 201 178 -
CMYK 0 0.21 0.30 0.01
HSL 18.4º 0.95% 0.85% -
HSV(B) 18.4º 0.3% 0.99% -
XYZ 69.43 65.87 51.17 -
YUV 213.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 253 201 178 0 0.21 0.30 0.01 18.4 0.95 0.85
Hex FD C9 B2 0 15 1E 1 12 5F 55
Octal 375 311 262 0 25 36 1 22 137 125
Binary 11111101 11001001 10110010 0 10101 11110 1 10010 1011111 1010101

Color Harmonies of #FDC9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9B2

Black with #FDC9B2

Text Example


Text Example

White with #FDC9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9B2; }

 p { color: rgb(253,201,178); }

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

background-color css

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

 a { background-color: rgb(253,201,178); }

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

border-color css

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

 span { border-color: rgb(253,201,178); }

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