Html Css Color HEX #FDCBAD Apricot

📋 copy color: '#FDCBAD'

red 253 ◦ green 203 ◦ blue 173

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

Shades of Apricot #FDCBAD

Tints of Apricot #FDCBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.27%

 BLUE value IS 173 (67.97% from 255) = 27.5%

R = 40.22%
G = 32.27%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDCBAD (or 0xFDCBAD) is known color: Apricot. HEX triplet: FD, CB and AD. RGB value is (253,203,173). Sum of RGB (Red+Green+Blue) = 253+203+173=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBAD is #023452. Grayscale: #D6D6D6. Windows color (decimal): -144467 or 11389949. OLE color: 11389949.

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

Color convert

RGB 253 203 173 -
CMYK 0 0.20 0.32 0.01
HSL 22.5º 0.95% 0.84% -
HSV(B) 22.5º 0.32% 0.99% -
XYZ 69.41 66.61 48.73 -
YUV 214.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 253 203 173 0 0.20 0.32 0.01 22.5 0.95 0.84
Hex FD CB AD 0 14 20 1 16 5F 54
Octal 375 313 255 0 24 40 1 26 137 124
Binary 11111101 11001011 10101101 0 10100 100000 1 10110 1011111 1010100

Color Harmonies of #FDCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBAD

Black with #FDCBAD

Text Example


Text Example

White with #FDCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBAD; }

 p { color: rgb(253,203,173); }

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

background-color css

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

 a { background-color: rgb(253,203,173); }

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

border-color css

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

 span { border-color: rgb(253,203,173); }

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