Html Css Color HEX #FDC8B4 Apricot

📋 copy color: '#FDC8B4'

red 253 ◦ green 200 ◦ blue 180

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

Shades of Apricot #FDC8B4

Tints of Apricot #FDC8B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.44%

R = 39.97%
G = 31.6%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDC8B4 (or 0xFDC8B4) is known color: Apricot. HEX triplet: FD, C8 and B4. RGB value is (253,200,180). Sum of RGB (Red+Green+Blue) = 253+200+180=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8B4 is #02374B. Grayscale: #D5D5D5. Windows color (decimal): -145228 or 11847933. OLE color: 11847933.

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

Color convert

RGB 253 200 180 -
CMYK 0 0.21 0.29 0.01
HSL 16.44º 0.95% 0.85% -
HSV(B) 16.44º 0.29% 0.99% -
XYZ 69.4 65.49 52.16 -
YUV 213.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 253 200 180 0 0.21 0.29 0.01 16.44 0.95 0.85
Hex FD C8 B4 0 15 1D 1 10 5F 55
Octal 375 310 264 0 25 35 1 20 137 125
Binary 11111101 11001000 10110100 0 10101 11101 1 10000 1011111 1010101

Color Harmonies of #FDC8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8B4

Black with #FDC8B4

Text Example


Text Example

White with #FDC8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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