Html Css Color HEX #FDCBAB Apricot

📋 copy color: '#FDCBAB'

red 253 ◦ green 203 ◦ blue 171

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

Shades of Apricot #FDCBAB

Tints of Apricot #FDCBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.27%

R = 40.35%
G = 32.38%
B = 27.27%

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

#FDCBAB (or 0xFDCBAB) is known color: Apricot. HEX triplet: FD, CB and AB. RGB value is (253,203,171). Sum of RGB (Red+Green+Blue) = 253+203+171=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBAB is #023454. Grayscale: #D6D6D6. Windows color (decimal): -144469 or 11258877. OLE color: 11258877.

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

Color convert

RGB 253 203 171 -
CMYK 0 0.20 0.32 0.01
HSL 23.41º 0.95% 0.83% -
HSV(B) 23.41º 0.32% 0.99% -
XYZ 69.21 66.53 47.72 -
YUV 214.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 253 203 171 0 0.20 0.32 0.01 23.41 0.95 0.83
Hex FD CB AB 0 14 20 1 17 5F 53
Octal 375 313 253 0 24 40 1 27 137 123
Binary 11111101 11001011 10101011 0 10100 100000 1 10111 1011111 1010011

Color Harmonies of #FDCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBAB

Black with #FDCBAB

Text Example


Text Example

White with #FDCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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