Html Css Color HEX #FDC8B2 Apricot

📋 copy color: '#FDC8B2'

red 253 ◦ green 200 ◦ blue 178

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

Shades of Apricot #FDC8B2

Tints of Apricot #FDC8B2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.7%

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

R = 40.1%
G = 31.7%
B = 28.21%

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

#FDC8B2 (or 0xFDC8B2) is known color: Apricot. HEX triplet: FD, C8 and B2. RGB value is (253,200,178). Sum of RGB (Red+Green+Blue) = 253+200+178=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC8B2 is #02374D. Grayscale: #D5D5D5. Windows color (decimal): -145230 or 11716861. OLE color: 11716861.

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

Color convert

RGB 253 200 178 -
CMYK 0 0.21 0.30 0.01
HSL 17.6º 0.95% 0.85% -
HSV(B) 17.6º 0.3% 0.99% -
XYZ 69.2 65.41 51.1 -
YUV 213.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 253 200 178 0 0.21 0.30 0.01 17.6 0.95 0.85
Hex FD C8 B2 0 15 1E 1 12 5F 55
Octal 375 310 262 0 25 36 1 22 137 125
Binary 11111101 11001000 10110010 0 10101 11110 1 10010 1011111 1010101

Color Harmonies of #FDC8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8B2

Black with #FDC8B2

Text Example


Text Example

White with #FDC8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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