Html Css Color HEX #FDCBAF Apricot

📋 copy color: '#FDCBAF'

red 253 ◦ green 203 ◦ blue 175

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

Shades of Apricot #FDCBAF

Tints of Apricot #FDCBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.73%

R = 40.1%
G = 32.17%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDCBAF (or 0xFDCBAF) is known color: Apricot. HEX triplet: FD, CB and AF. RGB value is (253,203,175). Sum of RGB (Red+Green+Blue) = 253+203+175=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBAF is #023450. Grayscale: #D6D6D6. Windows color (decimal): -144465 or 11521021. OLE color: 11521021.

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

Color convert

RGB 253 203 175 -
CMYK 0 0.20 0.31 0.01
HSL 21.54º 0.95% 0.84% -
HSV(B) 21.54º 0.31% 0.99% -
XYZ 69.6 66.69 49.76 -
YUV 214.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 253 203 175 0 0.20 0.31 0.01 21.54 0.95 0.84
Hex FD CB AF 0 14 1F 1 16 5F 54
Octal 375 313 257 0 24 37 1 26 137 124
Binary 11111101 11001011 10101111 0 10100 11111 1 10110 1011111 1010100

Color Harmonies of #FDCBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBAF

Black with #FDCBAF

Text Example


Text Example

White with #FDCBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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